block.json
79 lines
| 1 | { |
| 2 | "name": "kubio/home-button", |
| 3 | "category": "kubio-site-data", |
| 4 | "supports": { |
| 5 | "kubio": { |
| 6 | "appearanceEffect": true, |
| 7 | "elementsEnum": { |
| 8 | "SPACING": "spacing" |
| 9 | }, |
| 10 | "elementsByName": { |
| 11 | "spacing": { |
| 12 | "tag": "div", |
| 13 | "className": ["h-w-100"], |
| 14 | "wrapper": true, |
| 15 | "default": true |
| 16 | } |
| 17 | }, |
| 18 | "default": { |
| 19 | "style": { |
| 20 | "descendants": { |
| 21 | "spacing": { |
| 22 | "textAlign": "center" |
| 23 | }, |
| 24 | "link": { |
| 25 | "background": { |
| 26 | "color": "rgba(var(--kubio-color-1),1)" |
| 27 | }, |
| 28 | "typography": { |
| 29 | "color": "#ffffff" |
| 30 | } |
| 31 | } |
| 32 | } |
| 33 | } |
| 34 | }, |
| 35 | "template": { |
| 36 | "type": "element", |
| 37 | "children": [ |
| 38 | { |
| 39 | "type": "element", |
| 40 | "props": { |
| 41 | "name": "outer" |
| 42 | }, |
| 43 | "children": [ |
| 44 | { |
| 45 | "type": "element", |
| 46 | "props": { |
| 47 | "name": "link" |
| 48 | }, |
| 49 | "children": [ |
| 50 | { |
| 51 | "type": "element", |
| 52 | "props": { |
| 53 | "name": "icon", |
| 54 | "shouldRender": "computed.showBeforeIcon" |
| 55 | } |
| 56 | }, |
| 57 | { |
| 58 | "type": "element", |
| 59 | "props": { |
| 60 | "name": "text" |
| 61 | } |
| 62 | }, |
| 63 | { |
| 64 | "type": "element", |
| 65 | "props": { |
| 66 | "name": "icon", |
| 67 | "shouldRender": "computed.showAfterIcon" |
| 68 | } |
| 69 | } |
| 70 | ] |
| 71 | } |
| 72 | ] |
| 73 | } |
| 74 | ] |
| 75 | } |
| 76 | } |
| 77 | } |
| 78 | } |
| 79 |