/boot/site.yml File
The file located at /boot/site.yml is a central configuration file that allows for various settings such as which design themes to use, available user types, etc. The below table describes all top level elements within the YAML file, each linking to full details.
Key | Description |
---|---|
themes | Defines which design themes from within the /views/themes/ directory to use for the various areas of the system. |
user_types | The various user types available within the system such as users and administrators. |
page_vars | Allows you to personalize pages based on URI, such as page title and layout. |
nocache_pages | URIs of the pages to never cache. |
nocache_tags | The <s:...> tags to never cache. Useful for tags such as data_table as the rows will most times be dependant on who's logged in, the callouts tag, etc. |