Skip to content

Commit 5941f15

Browse files
cleanup groups and fields
1 parent 77480f6 commit 5941f15

File tree

4 files changed

+270
-2
lines changed

4 files changed

+270
-2
lines changed
+109
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,109 @@
1+
{
2+
"key": "group_66e1dc8531b97",
3+
"title": "FAQs Index Settings",
4+
"fields": [
5+
{
6+
"key": "field_66e1dc8536371",
7+
"label": "Introduction",
8+
"name": "introduction",
9+
"aria-label": "",
10+
"type": "wysiwyg",
11+
"instructions": "",
12+
"required": 0,
13+
"conditional_logic": 0,
14+
"wrapper": {
15+
"width": "",
16+
"class": "",
17+
"id": ""
18+
},
19+
"default_value": "",
20+
"allow_in_bindings": 1,
21+
"tabs": "all",
22+
"toolbar": "basic",
23+
"media_upload": 0,
24+
"delay": 0
25+
},
26+
{
27+
"key": "field_66e33839f0a62",
28+
"label": "Display Groups",
29+
"name": "groups",
30+
"aria-label": "",
31+
"type": "relationship",
32+
"instructions": "",
33+
"required": 0,
34+
"conditional_logic": 0,
35+
"wrapper": {
36+
"width": "",
37+
"class": "",
38+
"id": ""
39+
},
40+
"post_type": [
41+
"faqs-group"
42+
],
43+
"post_status": [
44+
"publish"
45+
],
46+
"taxonomy": "",
47+
"filters": [
48+
"search"
49+
],
50+
"return_format": "object",
51+
"min": "",
52+
"max": "",
53+
"allow_in_bindings": 1,
54+
"elements": "",
55+
"bidirectional": 0,
56+
"bidirectional_target": []
57+
},
58+
{
59+
"key": "field_66e1dc85364e7",
60+
"label": "Closing",
61+
"name": "closing",
62+
"aria-label": "",
63+
"type": "wysiwyg",
64+
"instructions": "",
65+
"required": 0,
66+
"conditional_logic": 0,
67+
"wrapper": {
68+
"width": "",
69+
"class": "",
70+
"id": ""
71+
},
72+
"default_value": "",
73+
"allow_in_bindings": 1,
74+
"tabs": "all",
75+
"toolbar": "basic",
76+
"media_upload": 0,
77+
"delay": 0
78+
}
79+
],
80+
"location": [
81+
[
82+
{
83+
"param": "post_type",
84+
"operator": "==",
85+
"value": "page"
86+
},
87+
{
88+
"param": "page_template",
89+
"operator": "==",
90+
"value": "page_faqs.php"
91+
}
92+
]
93+
],
94+
"menu_order": 0,
95+
"position": "acf_after_title",
96+
"style": "seamless",
97+
"label_placement": "top",
98+
"instruction_placement": "label",
99+
"hide_on_screen": [
100+
"the_content",
101+
"excerpt",
102+
"discussion",
103+
"comments"
104+
],
105+
"active": true,
106+
"description": "",
107+
"show_in_rest": 0,
108+
"modified": 1741361861
109+
}
+102
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,102 @@
1+
{
2+
"key": "group_66e1e37b02817",
3+
"title": "FAQs Groupings Settings",
4+
"fields": [
5+
{
6+
"key": "field_66e1e37b0d3a0",
7+
"label": "Introduction",
8+
"name": "introduction",
9+
"aria-label": "",
10+
"type": "textarea",
11+
"instructions": "",
12+
"required": 0,
13+
"conditional_logic": 0,
14+
"wrapper": {
15+
"width": "",
16+
"class": "",
17+
"id": ""
18+
},
19+
"default_value": "",
20+
"maxlength": "",
21+
"rows": "",
22+
"placeholder": "",
23+
"new_lines": ""
24+
},
25+
{
26+
"key": "field_66e1e37b0d3df",
27+
"label": "FAQs Listing",
28+
"name": "faqs_listing",
29+
"aria-label": "",
30+
"type": "relationship",
31+
"instructions": "",
32+
"required": 0,
33+
"conditional_logic": 0,
34+
"wrapper": {
35+
"width": "",
36+
"class": "",
37+
"id": ""
38+
},
39+
"post_type": [
40+
"faq"
41+
],
42+
"post_status": [
43+
"publish"
44+
],
45+
"taxonomy": "",
46+
"filters": [
47+
"search"
48+
],
49+
"return_format": "object",
50+
"min": "",
51+
"max": "",
52+
"allow_in_bindings": 1,
53+
"elements": "",
54+
"bidirectional": 0,
55+
"bidirectional_target": []
56+
},
57+
{
58+
"key": "field_66e1e37b0d41c",
59+
"label": "Closing",
60+
"name": "closing",
61+
"aria-label": "",
62+
"type": "textarea",
63+
"instructions": "",
64+
"required": 0,
65+
"conditional_logic": 0,
66+
"wrapper": {
67+
"width": "",
68+
"class": "",
69+
"id": ""
70+
},
71+
"default_value": "",
72+
"maxlength": "",
73+
"rows": "",
74+
"placeholder": "",
75+
"new_lines": ""
76+
}
77+
],
78+
"location": [
79+
[
80+
{
81+
"param": "post_type",
82+
"operator": "==",
83+
"value": "faqs-group"
84+
}
85+
]
86+
],
87+
"menu_order": 0,
88+
"position": "acf_after_title",
89+
"style": "seamless",
90+
"label_placement": "top",
91+
"instruction_placement": "label",
92+
"hide_on_screen": [
93+
"the_content",
94+
"excerpt",
95+
"discussion",
96+
"comments"
97+
],
98+
"active": true,
99+
"description": "",
100+
"show_in_rest": 0,
101+
"modified": 1741361183
102+
}

src/inc/acf-json/group_66e1e613ec088.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"label_placement": "top",
1818
"instruction_placement": "label",
1919
"hide_on_screen": "",
20-
"active": true,
20+
"active": false,
2121
"description": "",
2222
"show_in_rest": 0,
23-
"modified": 1739997301
23+
"modified": 1741362041
2424
}
+57
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
{
2+
"key": "group_66e20475d56d0",
3+
"title": "FAQs Index Meta",
4+
"fields": [
5+
{
6+
"key": "field_66e204760135a",
7+
"label": "Language",
8+
"name": "language",
9+
"aria-label": "",
10+
"type": "select",
11+
"instructions": "",
12+
"required": 0,
13+
"conditional_logic": 0,
14+
"wrapper": {
15+
"width": "",
16+
"class": "",
17+
"id": ""
18+
},
19+
"choices": {
20+
"English": "English",
21+
"French": "French"
22+
},
23+
"default_value": false,
24+
"return_format": "value",
25+
"multiple": 0,
26+
"allow_null": 0,
27+
"allow_in_bindings": 0,
28+
"ui": 0,
29+
"ajax": 0,
30+
"placeholder": ""
31+
}
32+
],
33+
"location": [
34+
[
35+
{
36+
"param": "post_type",
37+
"operator": "==",
38+
"value": "page"
39+
},
40+
{
41+
"param": "page_template",
42+
"operator": "==",
43+
"value": "page_faqs.php"
44+
}
45+
]
46+
],
47+
"menu_order": 0,
48+
"position": "side",
49+
"style": "default",
50+
"label_placement": "top",
51+
"instruction_placement": "label",
52+
"hide_on_screen": "",
53+
"active": false,
54+
"description": "",
55+
"show_in_rest": 0,
56+
"modified": 1741362015
57+
}

0 commit comments

Comments
 (0)