Skip to content

Commit

Permalink
Added back section settings tmeporarily (#899)
Browse files Browse the repository at this point in the history
  • Loading branch information
tyleralsbury authored Nov 17, 2021
1 parent 0042541 commit eebeb66
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions config/settings_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,51 @@
}
]
},
{
"name": "Sections",
"settings": [
{
"type": "range",
"id": "sections_spacing",
"min": 0,
"max": 80,
"step": 4,
"unit": "px",
"label": "Vertical spacing between sections",
"default": 40
},
{
"type": "range",
"id": "sections_border_opacity",
"min": 0,
"max": 100,
"step": 5,
"unit": "%",
"label": "Border opacity",
"default": 50
},
{
"type": "range",
"id": "sections_border_width",
"min": 0,
"max": 10,
"step": 1,
"unit": "px",
"label": "Border thickness",
"default": 0
},
{
"type": "range",
"id": "sections_radius",
"min": 0,
"max": 30,
"step": 3,
"unit": "px",
"label": "Corner radius",
"default": 0
}
]
},
{
"name": "t:settings_schema.typography.name",
"settings": [
Expand Down

0 comments on commit eebeb66

Please sign in to comment.