Templates
Structure
Template files explained
actions
This essential directory houses at least the required basic.php file that orchestrates the setup of the template, including necessary components, routing for different pages, and inclusion of styles and scripts.
info.json
This essential file holds metadata identifying and describing the template. It includes details such as the template's name, URL, version, and description, facilitating the management of templates within the system.
plugins
This directory houses plugin files, enabling the customization and overwriting of original plugin files to ensure seamless plugin updates while maintaining custom modifications.