Change company profile data storage
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