Commit ecebe617 by Tulip Li

section structure

parent f9ee55bd
# Site Page and Section Structure
## site
```
<Site>
<Nav />
<PageContent>
<Section />
<Section />
...
</PageContent>
<Footer />
</Site>
```
## data
```
{
site: {
menu: {},
footer: {},
navigation: {},
pages : [
{**bold text**
path,
uid,
sections: [
{ section1 },
{ section1 },
...
]
...otherPageData,
},
{**bold text**
path,
uid,
sections: [
{ section1 },
{ section1 },
...
]
...otherPageData,
},
...
],
...otherSiteData,
},
}
```
# section_selections
mainfests_data/verticals/base
1 ecommerce -> Simple Store
2 blog -> Simple Blog
2 donation -> Donation
3 html -> App Store & HTML
4 social_feed -> Social Feed
5 title -> Title
6 cta -> Button
7 hero -> Hero
8 rows -> Content in Rows
9 columns -> Content in Columns
10 media -> Big Media
11 gallery -> Gallery
12 icons -> Contact
13 info -> Info Boxes
13 process -> Process
14 text -> Plain Text
15 contack_form -> Contact Form
16 signup_form -> Sign-Up Form
17 banner
18 slider -> Text + Button Slider
100 block -> Maker Your Own Section
101 grid -> Grid
_102 pricing -> Pricing_
# Layout section
* section template
* layout mobule
* layout editor button
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment