Language/Config file?

Hi,

Quick question, is it possible to create a config.php/lanauge.php file from which settings/text is then read dynamically? This could be done via a database, but for simplicity sake, I would like some settings such as the site name in the navbar to be fetched from the said simple file that an admin of the site could easily edit.

Hi.
You can create a local JSON file, and then use that via JSON data source component on the page to bind values from it.