Skip to content

Settings

Joey Smith edited this page Jul 17, 2022 · 8 revisions

app_settings

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.

module_settings

  • 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.
Clone this wiki locally