Skip to content

Commit

Permalink
Issue #23 - add more settings fields
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbingwide committed May 8, 2021
1 parent a41f683 commit ffeb7a9
Showing 1 changed file with 29 additions and 22 deletions.
51 changes: 29 additions & 22 deletions theme.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"version": 1,

"settings": {
"border": {
"customColor": true,
Expand All @@ -10,6 +9,8 @@
},
"color": {
"custom": true,
"customGradient": true,
"duotone": [],
"gradients": [ ],
"link": true,
"palette": [
Expand Down Expand Up @@ -75,21 +76,29 @@
"color": "#ffffff"
}]
},
"typography": {
"customLineHeight": true,
"customFontWeight": true,
"customFontSize": true,
"fontFamilies": [
{
"fontFamily": "Open Sans, sans-serif",
"slug": "opensans"
},
{
"fontFamily": "Helvetica Neue, Helvetica, Arial, sans-serif",
"slug": "helvetica-arial"
}
]
},
"custom": {},
"layout": {
"contentSize": "800px",
"wideSize": "1200px"
},
"spacing": {
"customPadding": true,
"units": [ "px", "em", "rem", "vh", "vw" ]
},
"typography": {
"customLineHeight": true,
"customFontWeight": true,
"customFontSize": true,
"fontFamilies": [
{
"fontFamily": "Open Sans, sans-serif",
"slug": "opensans"
},
{
"fontFamily": "Helvetica Neue, Helvetica, Arial, sans-serif",
"slug": "helvetica-arial"
}
],
"fontSizes": [
{
"name": "Tiny",
Expand Down Expand Up @@ -126,12 +135,10 @@
"size": "36px",
"slug": "largest"
}
],
"layout": {
"contentSize": "800px",
"wideSize": "1200px"
}
},
]
}

},
"templateParts": [
{
"name": "header",
Expand Down

0 comments on commit ffeb7a9

Please sign in to comment.