block.json
83 lines
| 1 | { |
| 2 | "name": "kubio/section", |
| 3 | "title": "Section", |
| 4 | "category": "kubio-layout", |
| 5 | "attributes": { |
| 6 | "kubio": { |
| 7 | "type": "object" |
| 8 | }, |
| 9 | "attrs": { |
| 10 | "type": "object" |
| 11 | } |
| 12 | }, |
| 13 | "supports": { |
| 14 | "anchor": true, |
| 15 | "kubio": { |
| 16 | "appearanceEffect": true, |
| 17 | "elementsEnum": { |
| 18 | "OUTER": "outer", |
| 19 | "INNER": "inner" |
| 20 | }, |
| 21 | "elementsByName": { |
| 22 | "outer": { |
| 23 | "default": true, |
| 24 | "wrapper": true, |
| 25 | "props": { |
| 26 | "className": [ |
| 27 | "d-flex", |
| 28 | "h-section-global-spacing" |
| 29 | ] |
| 30 | }, |
| 31 | "supports": { |
| 32 | "background": true, |
| 33 | "separator": true |
| 34 | } |
| 35 | }, |
| 36 | "inner": { |
| 37 | "props": { |
| 38 | "className": [ |
| 39 | "h-section-grid-container" |
| 40 | ] |
| 41 | } |
| 42 | } |
| 43 | }, |
| 44 | "template": { |
| 45 | "type": "element", |
| 46 | "props": { |
| 47 | "name": "outer" |
| 48 | }, |
| 49 | "children": [ |
| 50 | { |
| 51 | "type": "background" |
| 52 | }, |
| 53 | { |
| 54 | "type": "separators" |
| 55 | }, |
| 56 | { |
| 57 | "type": "element", |
| 58 | "props": { |
| 59 | "name": "inner" |
| 60 | }, |
| 61 | "children": [ |
| 62 | { |
| 63 | "type": "wp:InnerBlocks" |
| 64 | } |
| 65 | ] |
| 66 | } |
| 67 | ] |
| 68 | }, |
| 69 | "default": { |
| 70 | "style": { |
| 71 | "customHeight": { |
| 72 | "type": "fit-to-content" |
| 73 | } |
| 74 | }, |
| 75 | "props": { |
| 76 | "width": "boxed", |
| 77 | "verticalAlign": "center" |
| 78 | } |
| 79 | } |
| 80 | } |
| 81 | } |
| 82 | } |
| 83 |