List Layout Description
List data can be present via 2 default templates:
- '/bixy/Common/Views/layouts/list/default' - display data in table view
- '/bixy/Common/Views/layouts/list/default_div' - display data in block view for each record
To create a custom list template, you need to copy the files of either template to a new folder in the '/brixy/App/Views/layouts/list/'.
Change 'BRIXY_TMPL_LIST_PATH' to 'BRIXY_TMPL_APP_LIST_PATH' to load the layout files from the newly created folder.
The folder name is the name of the style to be selected from the Brixy list settings.