Initial build.

This commit is contained in:
dcooperdalrymple
2024-06-06 13:07:22 -05:00
commit 544cc6aa9a
24 changed files with 3419 additions and 0 deletions

77
acf-json/settings.json Normal file
View File

@@ -0,0 +1,77 @@
{
"key": "group_5c62eb4b1bf8b",
"title": "Post Settings",
"fields": [
{
"key": "field_5c62eb66b90a5",
"label": "Enable schema on individual posts?",
"name": "schema_setting_post_enable",
"type": "true_false",
"instructions": "",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"message": "",
"default_value": 0,
"ui": 1,
"ui_on_text": "",
"ui_off_text": ""
},
{
"key": "field_5c62eb9db90a6",
"label": "Enabled Post Types",
"name": "schema_setting_post_type",
"type": "checkbox",
"instructions": "",
"required": 0,
"conditional_logic": [
[
{
"field": "field_5c62eb66b90a5",
"operator": "==",
"value": "1"
}
]
],
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"choices": {
"post": "Posts",
"page": "Pages",
"attachment": "Media"
},
"allow_custom": 0,
"default_value": [
"page"
],
"layout": "vertical",
"toggle": 0,
"return_format": "value",
"save_custom": 0
}
],
"location": [
[
{
"param": "options_page",
"operator": "==",
"value": "ogreschema"
}
]
],
"menu_order": 10,
"position": "normal",
"style": "seamless",
"label_placement": "top",
"instruction_placement": "label",
"hide_on_screen": "",
"active": true,
"description": ""
}