PluginProbe
Gutenify – Visual Site Builder Blocks & Starter Templates / trunk
Gutenify – Visual Site Builder Blocks & Starter Templates vtrunk
1.7.0 1.6.6 1.6.5 1.6.4 trunk 0.0.1 0.0.2 0.0.3 1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9 1.1.0 1.1.1 1.1.2 1.1.3 1.1.4 1.1.5 1.1.6 All 72 releases
gutenify / core / dist / blocks / grid / block.json

block.json in Gutenify – Visual Site Builder Blocks & Starter Templates trunk, at core/dist/blocks/grid/block.json

54 lines 1.5 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "$schema": "https://schemas.wp.org/trunk/block.json",
3 "apiVersion": 3,
4 "name": "gutenify/grid",
5 "category": "gutenify",
6 "title": "Grid",
7 "version": "2",
8 "attributes": {
9 "blockClientId": {
10 "type": "string",
11 "default": ""
12 },
13 "blockAdvanceOptions": {
14 "type": "object",
15 "default": {
16 "columns": 3,
17 "gap": {
18 "rowGap": "40px",
19 "columnGap": "40px"
20 },
21 "tablet": {
22 "columns": null,
23 "gap": {
24 "rowGap": null,
25 "columnGap": null
26 }
27 },
28 "mobile": {
29 "columns": null,
30 "gap": {
31 "rowGap": null,
32 "columnGap": null
33 }
34 }
35 }
36 }
37 },
38 "supports": {
39 "html": true,
40 "anchor": true,
41 "align": [
42 "wide",
43 "full"
44 ],
45 "inserter": false
46 },
47 "editorScript": [
48 "file:./index.js"
49 ],
50 "style": [
51 "file:./style-index.css"
52 ],
53 "icon": "<svg id='f58c68d9-03aa-4773-a606-12afc2d9e209' data-name='Layer 2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M21.4,0H2.6A2.61,2.61,0,0,0,0,2.61V21.39A2.61,2.61,0,0,0,2.6,24H21.4A2.61,2.61,0,0,0,24,21.39V2.61A2.61,2.61,0,0,0,21.4,0ZM1,8.67H7.63v6.66H1Zm7.68,0h6.64v6.66H8.68Zm7.69,0H23v6.66H16.37Zm0-7.67h5A1.61,1.61,0,0,1,23,2.61V7.67H16.37ZM8.68,1h6.64V7.67H8.68ZM1,2.61A1.61,1.61,0,0,1,2.6,1h5V7.67H1ZM7.63,23h-5A1.61,1.61,0,0,1,1,21.39V16.33H7.63Zm7.69,0H8.68V16.33h6.64ZM23,21.39A1.61,1.61,0,0,1,21.4,23h-5V16.33H23Z' fill='#2196f3' /></svg>"
54 }