-
Notifications
You must be signed in to change notification settings - Fork 0
/
block.json
57 lines (57 loc) · 1.33 KB
/
block.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"apiVersion": 2,
"name": "mamaduka/toggles",
"title": "Toggles",
"category": "common",
"icon": "<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='black' viewBox='0 0 24 24'><path d='M4 20h9v-1.5H4V20zm0-5.5V16h16v-1.5H4zM4 4v8l7-4-7-4z'/></svg>",
"description": "An easy way to hide and reveal content.",
"keywords": [ "accordion", "details", "faq" ],
"attributes": {
"summary": {
"type": "string",
"source": "html",
"selector": "summary",
"default": ""
},
"defaultOpen": {
"type": "boolean",
"default": false
}
},
"supports": {
"align": [ "wide", "full" ],
"html": false,
"color": {
"gradients": true,
"link": true,
"__experimentalDefaultControls": {
"background": true,
"text": true
}
},
"__experimentalBorder": {
"color": true,
"width": true,
"style": true
},
"spacing": {
"margin": true,
"padding": true
},
"typography": {
"fontSize": true,
"lineHeight": true,
"__experimentalFontFamily": true,
"__experimentalFontWeight": true,
"__experimentalFontStyle": true,
"__experimentalTextTransform": true,
"__experimentalTextDecoration": true,
"__experimentalLetterSpacing": true,
"__experimentalDefaultControls": {
"fontSize": true
}
}
},
"editorScript": "file:build/index.js",
"editorStyle": "file:build/index.css"
}