-
-
Notifications
You must be signed in to change notification settings - Fork 18
/
block.json
46 lines (46 loc) · 792 Bytes
/
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
{
"apiVersion": "2",
"name": "pb/accordion-item",
"title": "Accordion Item",
"category": "text",
"textdomain": "accordion-blocks",
"attributes": {
"title": {
"type": "string",
"source": "html",
"selector": ".c-accordion__title"
},
"initiallyOpen": {
"type": "boolean",
"default": false
},
"clickToClose": {
"type": "boolean",
"default": true
},
"autoClose": {
"type": "boolean",
"default": true
},
"titleTag": {
"type": "string",
"default": "h2"
},
"scroll": {
"type": "boolean",
"default": false
},
"scrollOffset": {
"type": "number",
"default": 0
},
"uuid": {
"type": "number"
}
},
"supports": {
"anchor": true
},
"editorScript": "file:./build/index.js",
"editorStyle": "file:./build/index.css"
}