Either show an image, video (MP4) or an external video (YouTube). If no text block is shown, the media will take full section's space.
" }, { "type": "select", "id": "description_font_size", "label": "Description font-size", "default": "fs-md", "options": [ { "value": "fs-sm", "label": "sm" }, { "value": "fs-md", "label": "md" }, { "value": "fs-lg", "label": "lg" }, { "value": "fs-xl", "label": "xl" }, { "value": "fs-xxl", "label": "xxl" } ] }, { "type": "header", "content": "Primary button" }, { "type": "text", "id": "btn_primary_text", "label": "Button text", "default": "Primary button", "info": "Leave empty to disable" }, { "type": "url", "id": "btn_primary_url", "label": "Btton URL" }, { "type": "select", "id": "btn_primary_color", "label": "Button color", "default": "btn-primary", "options": [ { "group": "Solid", "value": "btn-primary", "label": "Primary" }, { "group": "Solid", "value": "btn-secondary", "label": "Secondary" }, { "group": "Solid", "value": "btn-white", "label": "White" }, { "group": "Light", "value": "btn-light-primary", "label": "Primary" }, { "group": "Light", "value": "btn-light-secondary", "label": "Secondary" }, { "group": "Light", "value": "btn-light-white", "label": "White" }, { "group": "Outline", "value": "btn-outline-primary", "label": "Primary" }, { "group": "Outline", "value": "btn-outline-secondary", "label": "Secondary" }, { "group": "Outline", "value": "btn-outline-white", "label": "White" } ] }, { "type": "header", "content": "Secondary button" }, { "type": "text", "id": "btn_secondary_text", "label": "Button text", "default": "Secondary button", "info": "Leave empty to disable" }, { "type": "url", "id": "btn_secondary_url", "label": "Button URL" }, { "type": "select", "id": "btn_secondary_color", "label": "Button color", "default": "btn-secondary", "options": [ { "group": "Solid", "value": "btn-primary", "label": "Primary" }, { "group": "Solid", "value": "btn-secondary", "label": "Secondary" }, { "group": "Solid", "value": "btn-white", "label": "White" }, { "group": "Light", "value": "btn-light-primary", "label": "Primary" }, { "group": "Light", "value": "btn-light-secondary", "label": "Secondary" }, { "group": "Light", "value": "btn-light-white", "label": "White" }, { "group": "Outline", "value": "btn-outline-primary", "label": "Primary" }, { "group": "Outline", "value": "btn-outline-secondary", "label": "Secondary" }, { "group": "Outline", "value": "btn-outline-white", "label": "White" } ] }, { "type": "header", "content": "Spacing" }, { "type": "range", "id": "pt", "label": "Top", "min": 0, "max": 20, "step": 1, "default": 5 }, { "type": "range", "id": "pb", "label": "Bottom", "min": 0, "max": 20, "step": 1, "default": 5 } ] } ], "disabled_on": { "groups": ["header", "footer"] }, "presets": [ { "name": "Media with text", "blocks": [ { "type": "row", "settings": { "subtitle": "Optional Subtitle", "title": "Media With Text", "description": "Either show an image, video (MP4) or an external video (YouTube). If no text block is shown, the media will take full section's space.
", "btn_primary_text": "Primary button", "btn_secondary_text": "Secondary button" } } ] } ] } {% endschema %}