block.json
61 lines
| 1 | { |
| 2 | "name": "kubio/buttongroup", |
| 3 | "category": "kubio-basic", |
| 4 | "attributes": { |
| 5 | "kubio": { |
| 6 | "type": "object" |
| 7 | } |
| 8 | }, |
| 9 | "supports": { |
| 10 | "kubio": { |
| 11 | "appearanceEffect": true, |
| 12 | "elementsEnum": { |
| 13 | "OUTER": "outer", |
| 14 | "SPACING": "spacing", |
| 15 | "H_SPACE": "hspace", |
| 16 | "H_SPACE_GROUP": "hSpaceGroup", |
| 17 | "ICON": "icon" |
| 18 | }, |
| 19 | "elementsByName": { |
| 20 | "outer": { |
| 21 | "props": { |
| 22 | "className": ["h-x-container"] |
| 23 | }, |
| 24 | "wrapper": true, |
| 25 | "default": true |
| 26 | }, |
| 27 | "spacing": { |
| 28 | "props": { |
| 29 | "className": ["h-x-container-inner"] |
| 30 | } |
| 31 | }, |
| 32 | "hspace": { |
| 33 | "selector": " > .h-x-container-inner > *" |
| 34 | }, |
| 35 | "hSpaceGroup": { |
| 36 | "selector": " > .h-x-container-inner" |
| 37 | } |
| 38 | }, |
| 39 | "template": { |
| 40 | "type": "element", |
| 41 | "props": { |
| 42 | "name": "outer" |
| 43 | }, |
| 44 | "children": [ |
| 45 | { |
| 46 | "type": "element", |
| 47 | "props": { |
| 48 | "name": "spacing" |
| 49 | }, |
| 50 | "children": [ |
| 51 | { |
| 52 | "type": "wp:InnerBlocks" |
| 53 | } |
| 54 | ] |
| 55 | } |
| 56 | ] |
| 57 | } |
| 58 | } |
| 59 | } |
| 60 | } |
| 61 |