PluginProbe
Block Animations, Motion & Scroll Effects – Ghost Kit / 2.25.0
Block Animations, Motion & Scroll Effects – Ghost Kit v2.25.0
3.7.2 3.7.1 3.7.0 3.6.1 trunk 1.6.3 2.25.0 3.3.0 3.3.1 3.3.2 3.3.3 3.4.0 3.4.1 3.4.2 3.4.3 3.4.4 3.4.5 3.4.6 3.5.0 3.5.1 3.6.0
ghostkit / gutenberg / blocks / grid / block.json

block.json in Block Animations, Motion & Scroll Effects – Ghost Kit 2.25.0, at gutenberg/blocks/grid/block.json

36 lines 769 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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