Documentation Index Fetch the complete documentation index at: https://docs.squeditor.com/llms.txt
Use this file to discover all available pages before exploring further.
The pages array tells the editor which pre-built HTML pages belong to your template and what sections they are composed of.
"pages" : [
{
"name" : "Lexend — Home 5" ,
"category" : "Home" ,
"description" : "Main landing page with hero, features, and pricing." ,
"thumbnail" : "/templates/lexend/squeditor-assets/pages/index-5.jpg" ,
"file" : "index.html" ,
"sections" : [
"hero_home_5" ,
"companies_sponsores" ,
"main_features"
]
}
]
The human-readable name of the page.
A category string to group pages in the editor’s page list.
A short description defining the page’s purpose.
The exact compiled HTML filename inside your dist/ folder.
A preview image shown in the editor’s page browser.
An array of section IDs mapping directly to the section_library. The string ID mapping to a specific module from the section_library.
Page thumbnails must strictly follow this relative path structure referencing your template ID:
/templates/[template-id]/squeditor-assets/pages/[page-id].jpg