block.json
36 lines
| 1 | { |
| 2 | "name": "kubio/widget-area", |
| 3 | "category": "kubio-blog-components", |
| 4 | "attributes": { |
| 5 | "kubio": { |
| 6 | "type": "object" |
| 7 | }, |
| 8 | "id": { |
| 9 | "type": "string", |
| 10 | "default": "" |
| 11 | } |
| 12 | }, |
| 13 | "supports": { |
| 14 | "kubio": { |
| 15 | "elementsEnum": { |
| 16 | "CONTAINER": "container" |
| 17 | }, |
| 18 | "elementsByName": { |
| 19 | "container": { |
| 20 | "default": true, |
| 21 | "wrapper": true, |
| 22 | "props": { |
| 23 | "tag": "div" |
| 24 | } |
| 25 | } |
| 26 | }, |
| 27 | "template": { |
| 28 | "type": "element", |
| 29 | "props": { |
| 30 | "name": "container" |
| 31 | } |
| 32 | } |
| 33 | } |
| 34 | } |
| 35 | } |
| 36 |