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 / buttons / block.json

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

59 lines 2.1 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 "category": "gutenify",
5 "name": "gutenify/buttons",
6 "title": "Buttons",
7 "version": "2",
8 "attributes": {
9 "blockClientId": {
10 "type": "string",
11 "default": ""
12 },
13 "blockAdvanceOptions": {
14 "type": "object",
15 "default": {}
16 },
17 "contentJustification": {
18 "type": "string"
19 },
20 "orientation": {
21 "type": "string",
22 "default": "horizontal"
23 }
24 },
25 "supports": {
26 "html": false,
27 "anchor": true,
28 "align": [
29 "wide",
30 "full"
31 ],
32 "color": {
33 "background": true,
34 "gradients": true
35 },
36 "typography": {
37 "lineHeight": true,
38 "fontSize": true,
39 "__experimentalFontFamily": true,
40 "__experimentalFontWeight": true,
41 "__experimentalFontStyle": true,
42 "__experimentalTextTransform": true,
43 "__experimentalTextDecoration": true,
44 "__experimentalLetterSpacing": true,
45 "textAlign": true
46 },
47 "spacing": {
48 "padding": true,
49 "margin": true
50 }
51 },
52 "editorScript": [
53 "file:./index.js"
54 ],
55 "style": [
56 "file:./style-index.css"
57 ],
58 "icon": "<svg id='a871f017-c7b3-41ed-8eb5-4dae8265a7a2' data-name='Layer 2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M3.32,10.31H20.68A2.61,2.61,0,0,0,23.29,7.7V2.61A2.61,2.61,0,0,0,20.68,0H3.32A2.61,2.61,0,0,0,.71,2.61V7.7A2.61,2.61,0,0,0,3.32,10.31ZM1.71,2.61A1.61,1.61,0,0,1,3.32,1H20.68a1.61,1.61,0,0,1,1.61,1.61V7.7a1.61,1.61,0,0,1-1.61,1.61H3.32A1.61,1.61,0,0,1,1.71,7.7Z' fill='#2196f3' /><path d='M3.32,24H20.68a2.61,2.61,0,0,0,2.61-2.61V16.3a2.61,2.61,0,0,0-2.61-2.61H3.32A2.61,2.61,0,0,0,.71,16.3v5.09A2.61,2.61,0,0,0,3.32,24ZM1.71,16.3a1.61,1.61,0,0,1,1.61-1.61H20.68a1.61,1.61,0,0,1,1.61,1.61v5.09A1.61,1.61,0,0,1,20.68,23H3.32a1.61,1.61,0,0,1-1.61-1.61Z' fill='#2196f3' /><path d='M9.53,5.65h4.94a.5.5,0,0,0,.5-.5.51.51,0,0,0-.5-.5H9.53a.51.51,0,0,0-.5.5A.5.5,0,0,0,9.53,5.65Z' fill='#2196f3' /><path d='M9.8,19.35h4.4a.51.51,0,0,0,.5-.5.5.5,0,0,0-.5-.5H9.8a.5.5,0,0,0-.5.5A.51.51,0,0,0,9.8,19.35Z' fill='#2196f3' /></svg>"
59 }