Skip to content

Commit 91e756a

Browse files
committed
add default settings for main and footer menus
1 parent bec0a6f commit 91e756a

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

configs/settings_schema.json

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
2+
33
"Typography": {
44
"Fonts": [
55
{
@@ -50,7 +50,8 @@
5050
"name": "main_menu",
5151
"label": "Main Menu",
5252
"type": "menu",
53-
"help_text": "Main site navigation menu."
53+
"help_text": "Main site navigation menu.",
54+
"default": "main_menu"
5455
},
5556
{
5657
"name": "logo_align",
@@ -105,10 +106,11 @@
105106
"name": "footer_menu",
106107
"label": "Footer Menu",
107108
"type": "menu",
108-
"help_text": "Footer Links (Policy links, etc.)"
109+
"help_text": "Footer Links (Policy links, etc.)",
110+
"default": "footer_menu"
109111
}
110112
]
111-
},
113+
},
112114
"Homepage": {
113115
"Hero Text": [
114116
{
@@ -180,7 +182,7 @@
180182
{
181183
"name": "hero_cta_outline",
182184
"label": "Use Outline Button Style",
183-
"type": "checkbox"
185+
"type": "checkbox"
184186
},
185187
{
186188
"name": "hero_cta_color",
@@ -732,7 +734,7 @@
732734
],
733735
"default": "6"
734736
},
735-
737+
736738
{
737739
"name": "product_description_placement",
738740
"label": "Display",
@@ -842,7 +844,7 @@
842844
}
843845
]
844846
}
845-
847+
846848
],
847849
"Custom CSS": [
848850
{
@@ -1139,7 +1141,7 @@
11391141
"help_text": "Add a site disclaimer",
11401142
"type": "textarea"
11411143
}
1142-
1144+
11431145
]
11441146
},
11451147
"Social Media": {
@@ -1205,4 +1207,4 @@
12051207
}
12061208
]
12071209
}
1208-
}
1210+
}

0 commit comments

Comments
 (0)