Skip to content

Commit d973348

Browse files
committed
WIP but maybe stash??
1 parent eaaa4c9 commit d973348

2 files changed

Lines changed: 97 additions & 35 deletions

File tree

plugins/osi-features/acf-fields/group_62d0160caa7af.json

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -42,41 +42,41 @@
4242
"first_day": 1
4343
},
4444
{
45-
"key": "field_6783hdda5y544gf",
46-
"label": "Submission URL",
47-
"name": "submission_url",
48-
"aria-label": "",
49-
"type": "url",
50-
"instructions": "",
51-
"required": 0,
52-
"conditional_logic": 0,
53-
"wrapper": {
54-
"width": "",
55-
"class": "",
56-
"id": ""
57-
},
58-
"default_value": "",
59-
"placeholder": ""
45+
"key": "field_6783hdda5y544gf",
46+
"label": "Submission URL",
47+
"name": "submission_url",
48+
"aria-label": "",
49+
"type": "url",
50+
"instructions": "",
51+
"required": 0,
52+
"conditional_logic": 0,
53+
"wrapper": {
54+
"width": "",
55+
"class": "",
56+
"id": ""
57+
},
58+
"default_value": "",
59+
"placeholder": ""
6060
},
6161
{
62-
"key": "field_62fcda3b00451",
63-
"label": "Submitter",
64-
"name": "submitter",
65-
"aria-label": "",
66-
"type": "text",
67-
"instructions": "",
68-
"required": 0,
69-
"conditional_logic": 0,
70-
"wrapper": {
71-
"width": "",
72-
"class": "",
73-
"id": ""
74-
},
75-
"default_value": "",
76-
"placeholder": "",
77-
"prepend": "",
78-
"append": "",
79-
"maxlength": ""
62+
"key": "field_62fcda3b00451",
63+
"label": "Submitter",
64+
"name": "submitter",
65+
"aria-label": "",
66+
"type": "text",
67+
"instructions": "",
68+
"required": 0,
69+
"conditional_logic": 0,
70+
"wrapper": {
71+
"width": "",
72+
"class": "",
73+
"id": ""
74+
},
75+
"default_value": "",
76+
"placeholder": "",
77+
"prepend": "",
78+
"append": "",
79+
"maxlength": ""
8080
},
8181
{
8282
"key": "field_62fcd90c2f885",
@@ -224,6 +224,6 @@
224224
"hide_on_screen": "",
225225
"active": true,
226226
"description": "",
227-
"show_in_rest": 0,
228-
"modified": 1686668177
227+
"show_in_rest": 1,
228+
"modified": 1749470357
229229
}
Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
{
2+
"key": "group_ai_page_toggles",
3+
"title": "AI Page Features",
4+
"fields": [{
5+
"key": "field_use_ai_header",
6+
"label": "Use AI Header",
7+
"name": "use_ai_header",
8+
"aria-label": "",
9+
"type": "true_false",
10+
"instructions": "Enable AI-generated header for this page",
11+
"required": 0,
12+
"conditional_logic": 0,
13+
"wrapper": {
14+
"width": "",
15+
"class": "",
16+
"id": ""
17+
},
18+
"message": "",
19+
"default_value": 0,
20+
"ui": 1,
21+
"ui_on_text": "Enabled",
22+
"ui_off_text": "Disabled"
23+
},
24+
{
25+
"key": "field_use_ai_footer",
26+
"label": "Use AI Footer",
27+
"name": "use_ai_footer",
28+
"aria-label": "",
29+
"type": "true_false",
30+
"instructions": "Enable AI-generated footer for this page",
31+
"required": 0,
32+
"conditional_logic": 0,
33+
"wrapper": {
34+
"width": "",
35+
"class": "",
36+
"id": ""
37+
},
38+
"message": "",
39+
"default_value": 0,
40+
"ui": 1,
41+
"ui_on_text": "Enabled",
42+
"ui_off_text": "Disabled"
43+
}
44+
],
45+
"location": [
46+
[{
47+
"param": "post_type",
48+
"operator": "==",
49+
"value": "page"
50+
}]
51+
],
52+
"menu_order": 0,
53+
"position": "normal",
54+
"style": "default",
55+
"label_placement": "top",
56+
"instruction_placement": "label",
57+
"hide_on_screen": "",
58+
"active": true,
59+
"description": "Toggle settings for AI-generated header and footer on pages",
60+
"show_in_rest": 0,
61+
"modified": 1701234567
62+
}

0 commit comments

Comments
 (0)