English
JSON files that define page structure and content
login.json
index.json
{ "order": ["section-id-1", "section-id-2", "section-id-3"], "sections": { "section-id-1": { "type": "banner", "settings": { // Section settings }, "blocks": { // Optional blocks within the section }, "block_order": ["block-id-1", "block-id-2"] }, "section-id-2": { "type": "modules", "settings": { // Section settings } } // Additional sections... } }