Slider
{
"title": "Overlay Opacity",
"id": "overlayOpacity",
"format": "bg-opacity-[{{value}}%]",
"slider": {
"default": 60,
"min": 0,
"max": 100,
"round": true,
"units": "%"
}
}{
"groups": [{
"title": "Hero Background",
"properties": [{
"title": "Overlay Opacity",
"id": "overlayOpacity",
"format": "bg-opacity-[{{value}}%]",
"slider": {
"default": 60,
"min": 0,
"max": 100,
"round": true,
"units": "%"
}
}]
}]
}{
"groups": [{
"title": "Image Effects",
"properties": [{
"title": "Brightness",
"id": "imageBrightness",
"format": "brightness-[{{value}}%]",
"slider": {
"default": 100,
"items": [
{ "value": "50", "title": "50" },
{ "value": "75", "title": "75" },
{ "value": "100", "title": "100" },
{ "value": "125", "title": "125" },
{ "value": "150", "title": "150" }
]
}
}]
}]
}Supported Options
Key
Type
Notes
Last updated
Was this helpful?

