maglev
WebsiteGithub
  • Introduction
  • Quick start
  • Concepts
    • Overview
    • Site
    • Theme
    • Page
    • Section
    • Setting
    • Block
  • Guides
    • Create a new section
    • Setup collections
    • Personalize the editor
    • Setup multiple languages
    • Secure the editor
    • Build a menu section
    • Render a section outside the Maglev layout
    • Use an icon library
    • Upgrades
    • Troubleshooting
  • Integrations
    • Avo
  • Pro
    • Introduction
    • Getting started
Powered by GitBook
On this page

Was this helpful?

  1. Concepts

Site

The structure of a Maglev site and its child elements could be presented this way:

My company site (Site)
└── Home page (Page)   
    ├── Header (Section)
    ├── Hero (Section)
    ├── Call to Action (Section)
    └── Features (Section) 
        ├── Feature #1 (Block)
        ├── Feature #2 (Block)
        └── Feature #3 (Block)        
├── Our team (Page)
└── Contact us (Page)

In another words:

  • a site has many pages

  • a page has many sections

  • a section might have many blocks

Attributes

Name

Type

Description

name

string

Name of the site.

sections

array of sections

Global sections.

domains

array of string

List of domains. PRO version only.

handle

string

Unique identifier of the site. PRO version only.

PreviousOverviewNextTheme

Last updated 3 years ago

Was this helpful?