Static files for internal and external consumption
My organization has a few JSON files that we like to re-use across out website.
countries.json
countries_city.json
countries_zip.json
They will be used for the forms drop down, and some sort of backend logic.
Where is the best place to store these files.
We were thinking of /etc/designs/my-brand/static/*; what are your thoughts?