block.json in Block Animations, Motion & Scroll Effects – Ghost Kit 2.25.0, at gutenberg/blocks/grid/block.json
| 1 | { |
| 2 | "apiVersion": 2, |
| 3 | "name": "ghostkit/grid", |
| 4 | "category": "design", |
| 5 | "title": "Grid", |
| 6 | "description": "Responsive grid block to build layouts of all shapes and sizes thanks to a twelve column system. Visual columns size and order change.", |
| 7 | "keywords": ["row", "columns", "section"], |
| 8 | "supports": { |
| 9 | "html": false, |
| 10 | "className": false, |
| 11 | "anchor": true, |
| 12 | "align": ["wide", "full"] |
| 13 | }, |
| 14 | "attributes": { |
| 15 | "isTemplatesModalOnly": { |
| 16 | "type": "boolean" |
| 17 | }, |
| 18 | "gap": { |
| 19 | "type": "string", |
| 20 | "default": "md" |
| 21 | }, |
| 22 | "gapCustom": { |
| 23 | "type": "number" |
| 24 | }, |
| 25 | "gapVerticalCustom": { |
| 26 | "type": "number" |
| 27 | }, |
| 28 | "verticalAlign": { |
| 29 | "type": "string" |
| 30 | }, |
| 31 | "horizontalAlign": { |
| 32 | "type": "string" |
| 33 | } |
| 34 | } |
| 35 | } |
| 36 |