{% schema %} { "name": "Separator", "settings": [ { "type": "header", "content": "Styling" }, { "type": "select", "id": "bg_color", "label": "Background color", "default": "bg-primary", "options": [ { "value": "bg-primary", "label": "Primary" }, { "value": "bg-secondary", "label": "Secondary" }, { "value": "bg-body", "label": "Body" }, { "value": "bg-white", "label": "White" } ] }, { "type": "range", "id": "bg_opacity", "label": "Background opacity", "min": 0, "max": 100, "step": 1, "default": 10, "unit": "%" }, { "type": "range", "id": "height", "label": "Height", "min": 0, "max": 16, "default": 1, "step": 1, "unit": "px" }, { "type": "header", "content": "General" }, { "type": "select", "id": "container", "label": "Container", "default": "", "options": [ { "value": "container", "label": "Yes" }, { "value": "", "label": "No" } ] }, { "type": "text", "id": "container_max_width", "label": "Container max-width (px)", "info": "Leave empty to use the global container width" }, { "type": "header", "content": "Spacing" }, { "type": "range", "id": "pt", "label": "Top", "min": 0, "max": 20, "step": 1, "default": 10 }, { "type": "range", "id": "pb", "label": "Bottom", "min": 0, "max": 20, "step": 1, "default": 10 } ], "presets": [ { "name": "Separator" } ] } {% endschema %}