Templates
Templates define the structure of pages in your Members Area. They serve as data storage for the visual theme editor and determine which sections appear on a page.
Available Templates
Currently, only two pages can be customized:- Login page (
login.json
) - The authentication page - Home page (
index.json
) - The main dashboard page
Template Format
Templates are JSON files with a specific schema:
Limitations
- Templates are auto-generated files that can be edited by both the code editor and theme editor
- Each template can render up to 25 sections
- Each section can have up to 50 blocks
How Templates Work
When you edit a template in the theme editor:- The theme editor reads the template JSON file
- It renders UI controls based on section schemas
- Any changes you make are saved back to the JSON file
- The page is re-rendered with your changes