PluginProbe
aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder / 2.14.0
aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder v2.14.0
2.14.0 2.13.0 2.13.1 2.12.0 2.11.1 2.11.0 2.10.0 2.9.0 2.7.4 2.7.5 2.7.6 2.7.7 2.8.0 2.8.1 2.9.1 trunk 1.0 1.0-beta1 1.0-beta2 1.0-beta3 1.0.1 1.0.2 1.0.3 1.1.0 1.1.1 All 81 releases
ablocks / assets / build / blocks / atomic-flex / block.json

block.json in aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder 2.14.0, at assets/build/blocks/atomic-flex/block.json

113 lines 2.0 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": "ablocks/atomic-flex",
5 "version": "0.1.0",
6 "title": "Atomic Flex",
7 "category": "ablocks-atomic",
8 "description": "A flexbox container — arrange inner blocks in a row or column with the full atomic style system.",
9 "keywords": [
10 "ablocks",
11 "flex",
12 "flexbox",
13 "row",
14 "column",
15 "layout",
16 "atomic"
17 ],
18 "supports": {
19 "align": [
20 "wide",
21 "full"
22 ],
23 "html": false,
24 "anchor": true,
25 "className": false
26 },
27 "textdomain": "ablocks",
28 "editorStyle": [
29 "ablocks-common-style",
30 "file:./style.css"
31 ],
32 "style": [
33 "file:./style.css"
34 ],
35 "editorScript": [
36 "ablocks-common-script"
37 ],
38 "viewScript": [
39 "file:./view.js"
40 ],
41 "attributes": {
42 "block_id": {
43 "type": "string",
44 "default": ""
45 },
46 "blockVersion": {
47 "type": "number",
48 "default": 3
49 },
50 "htmlTag": {
51 "type": "string",
52 "default": "div"
53 },
54 "globalClasses": {
55 "type": "array",
56 "default": []
57 },
58 "htmlId": {
59 "type": "string",
60 "default": ""
61 },
62 "link": {
63 "type": "object",
64 "default": {
65 "url": "",
66 "newTab": false,
67 "noFollow": false
68 }
69 },
70 "animation": {
71 "type": "object",
72 "default": {
73 "type": "",
74 "duration": "0.6",
75 "delay": "0"
76 }
77 },
78 "animations": {
79 "type": "array",
80 "default": []
81 },
82 "transitionDuration": {
83 "type": "string",
84 "default": ""
85 },
86 "alignment": {
87 "type": "object",
88 "default": {
89 "value": "",
90 "valueTablet": "",
91 "valueMobile": ""
92 }
93 },
94 "styles": {
95 "type": "object",
96 "default": {
97 "v": 3
98 }
99 },
100 "customCSS": {
101 "type": "string",
102 "default": ""
103 },
104 "hideOn": {
105 "type": "object",
106 "default": {
107 "desktop": false,
108 "tablet": false,
109 "mobile": false
110 }
111 }
112 }
113 }