Skip to content

Change company profile data storage

Sandro Lutz requested to merge companies into master

All data structure which is common with all companies are stored as JSON in the file companies/data/companies.js. The individual profile text is stored in a language specific file like companies/markdown/<company-id>.<language-code>.md.

This makes sure that it will always show some useful information if the page exists. Even if the company profile text is missing.

Edited by Sandro Lutz

Merge request reports