block.json
2 days ago
index-rtl.css
2 days ago
index.asset.php
2 days ago
index.css
2 days ago
index.js
2 days ago
style-index-rtl.css
2 days ago
style-index.css
2 days ago
block.json
30 lines
| 1 | { |
| 2 | "$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 | "apiVersion": 3, |
| 4 | "name": "superb-addons/carousel-slide", |
| 5 | "parent": ["superb-addons/carousel"], |
| 6 | "version": "0.1.0", |
| 7 | "title": "Superb Carousel Slide", |
| 8 | "category": "superb-addons-blocks", |
| 9 | "icon": "slides", |
| 10 | "description": "A single slide within a Superb Carousel Slider block.", |
| 11 | "keywords": ["carousel", "slide", "slides", "slider"], |
| 12 | "supports": { |
| 13 | "html": false, |
| 14 | "color": { |
| 15 | "background": true, |
| 16 | "text": true, |
| 17 | "link": true, |
| 18 | "gradients": true |
| 19 | }, |
| 20 | "spacing": { |
| 21 | "padding": true |
| 22 | } |
| 23 | }, |
| 24 | "attributes": {}, |
| 25 | "textdomain": "superb-blocks", |
| 26 | "editorScript": "file:./index.js", |
| 27 | "editorStyle": "file:./index.css", |
| 28 | "style": "file:./style-index.css" |
| 29 | } |
| 30 |