-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblock.json
63 lines (63 loc) · 1.32 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
58
59
60
61
62
63
{
"apiVersion": 2,
"name": "ainoblocks/accordion-faq-block",
"version": "1.1.3",
"title": "AinoBlocks Accordion FAQ Block",
"category": "design",
"icon": "smiley",
"description": "Create Frequently Asked Question's and Accordion toggles with Aino's Accordion and FAQ Block",
"keywords": [ "faq", "accordion", "QandA", "knowledgebase", "toggle", "aino", "ainoblocks"],
"attributes": {
"backgroundColor": {
"type": "string"
},
"borderRadius": {
"type": "string"
},
"iconPosition": {
"type": "string",
"default": "icon__right"
},
"border": {
"type": "boolean",
"default": false
},
"question": {
"type": "string"
},
"paddingTop": {
"type": "number"
},
"paddingBottom": {
"type": "number"
},
"paddingLeft": {
"type": "number"
},
"paddingRight": {
"type": "number"
}
},
"supports": {
"align": [ "wide", "full" ],
"anchor": true,
"color": {
"gradients": true,
"text": true
},
"__experimentalBorder": {
"color": true,
"width": true,
"radius": false,
"style": false
}
},
"styles": [
{ "name": "faq", "label": "FAQ", "isDefault": true },
{ "name": "toggle", "label": "Content Toggle" }
],
"textdomain": "ainoblocks",
"editorScript": "file:./build/index.js",
"editorStyle": "file:./build/index.css",
"style": "file:./build/style-index.css"
}