deprecated
2 months ago
GenerateBgImage.js
2 months ago
block.json
1 month ago
edit.js
1 week ago
icon.svg
2 months ago
index.js
2 months ago
index.php
2 months ago
save.js
2 months ago
style.scss
2 months ago
block.json
34 lines
| 1 | { |
| 2 | "apiVersion": 3, |
| 3 | "name": "vk-blocks/slider-item", |
| 4 | "title": "Slider Item", |
| 5 | "description": "This is one item in the slider.", |
| 6 | "textdomain": "vk-blocks", |
| 7 | "category": "vk-blocks-cat-layout", |
| 8 | "parent": ["vk-blocks/slider"], |
| 9 | "attributes": { |
| 10 | "verticalAlignment": { "type": "string", "default": "center" }, |
| 11 | "bgColor": { "type": "string" }, |
| 12 | "bgImage": { "type": "string", "default": null }, |
| 13 | "bgImageTablet": { "type": "string", "default": null }, |
| 14 | "bgImageMobile": { "type": "string", "default": null }, |
| 15 | "opacity": { "type": "number", "default": 0.5 }, |
| 16 | "bgSize": { "type": "string", "default": "repeat" }, |
| 17 | "padding_left_and_right": { "type": "string", "default": "0" }, |
| 18 | "padding_top_and_bottom": { "type": "string", "default": "1" }, |
| 19 | "linkUrl": { "type": "string" }, |
| 20 | "linkTarget": { "type": "string", "default": "" }, |
| 21 | "relAttribute": { "type": "string", "default": "" }, |
| 22 | "linkDescription": { "type": "string", "default": "" }, |
| 23 | "contentWidth": { "type": "boolean", "default": false }, |
| 24 | "clientId": { "type": "string" }, |
| 25 | "blockId": { "type": "string" } |
| 26 | }, |
| 27 | "supports": { |
| 28 | "contentRole": true, |
| 29 | "html": false, |
| 30 | "className": true, |
| 31 | "spacing": { "padding": true } |
| 32 | } |
| 33 | } |
| 34 |