-
Notifications
You must be signed in to change notification settings - Fork 4
Settings
Joey Smith edited this page Jul 17, 2022
·
8 revisions
G.U.I. Editable Settings
- Location: /config/autoload/appsettings.php
- All settings stored in appsettings.php will be editable via a form in the admin area.
- Non Editable app_settings should be stored in the app modules module.config.php file under the same app_settings top level key and the appropriate subkey.
- Will be stored under the module_settings top level key and the appropriate subkey matching the appropriate app_settings subkey is one exist. If not it can use any key as long as it conforms to the coding standard.