-
Notifications
You must be signed in to change notification settings - Fork 2
/
acf-fields.json
69 lines (69 loc) · 1.41 KB
/
acf-fields.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
64
65
66
67
68
69
{
"key": "group_accordion_block",
"title": "Block: Accordion",
"fields": [
{
"key": "field_632ddf04b0ad6",
"label": "Accordion Item",
"name": "accordion_item",
"type": "repeater",
"instructions": "",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"layout": "block",
"pagination": 0,
"min": 0,
"max": 0,
"collapsed": "field_632ddf29b0ad7",
"button_label": "Add Accordion Item",
"rows_per_page": 20,
"sub_fields": [
{
"key": "field_632ddf29b0ad7",
"label": "Accordion heading",
"name": "accordion_heading",
"type": "text",
"instructions": "",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"default_value": "",
"maxlength": "",
"placeholder": "",
"prepend": "",
"append": "",
"parent_repeater": "field_632ddf04b0ad6"
},
{
"key": "field_632ddf37b0ad8",
"label": "Accordion content",
"name": "accordion_content",
"type": "wysiwyg",
"instructions": "",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"default_value": "",
"delay": 0,
"tabs": "visual",
"toolbar": "accordion",
"media_upload": 0,
"parent_repeater": "field_632ddf04b0ad6"
}
]
}
]
}