-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #176 from mediasanctuary/more-projects
Allow 12 projects
- Loading branch information
Showing
1 changed file
with
172 additions
and
176 deletions.
There are no files selected for viewing
348 changes: 172 additions & 176 deletions
348
wp-content/themes/mediasanctuary/acf/group_61398a3f0b3ad.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,177 +1,173 @@ | ||
{ | ||
"key": "group_61398a3f0b3ad", | ||
"title": "Stories \/ Projects Section", | ||
"fields": [ | ||
{ | ||
"key": "field_61399a04cb51e", | ||
"label": "Headline", | ||
"name": "headline", | ||
"type": "text", | ||
"instructions": "", | ||
"required": 0, | ||
"conditional_logic": 0, | ||
"wrapper": { | ||
"width": "", | ||
"class": "", | ||
"id": "" | ||
}, | ||
"default_value": "", | ||
"placeholder": "", | ||
"prepend": "", | ||
"append": "", | ||
"maxlength": "" | ||
}, | ||
{ | ||
"key": "field_61398daadca05", | ||
"label": "Type", | ||
"name": "type", | ||
"type": "radio", | ||
"instructions": "", | ||
"required": 0, | ||
"conditional_logic": 0, | ||
"wrapper": { | ||
"width": "", | ||
"class": "", | ||
"id": "" | ||
}, | ||
"choices": { | ||
"stories": "Stories", | ||
"projects": "Projects" | ||
}, | ||
"allow_null": 0, | ||
"other_choice": 0, | ||
"default_value": "", | ||
"layout": "vertical", | ||
"return_format": "value", | ||
"save_other_choice": 0 | ||
}, | ||
{ | ||
"key": "field_61398e15dca06", | ||
"label": "Projects", | ||
"name": "projects", | ||
"type": "repeater", | ||
"instructions": "", | ||
"required": 0, | ||
"conditional_logic": [ | ||
[ | ||
{ | ||
"field": "field_61398daadca05", | ||
"operator": "==", | ||
"value": "projects" | ||
} | ||
] | ||
], | ||
"wrapper": { | ||
"width": "", | ||
"class": "", | ||
"id": "" | ||
}, | ||
"collapsed": "", | ||
"min": 3, | ||
"max": 9, | ||
"layout": "table", | ||
"button_label": "Add Project", | ||
"sub_fields": [ | ||
{ | ||
"key": "field_61398e24dca07", | ||
"label": "Project", | ||
"name": "project", | ||
"type": "post_object", | ||
"instructions": "", | ||
"required": 0, | ||
"conditional_logic": 0, | ||
"wrapper": { | ||
"width": "", | ||
"class": "", | ||
"id": "" | ||
}, | ||
"post_type": [ | ||
"project" | ||
], | ||
"taxonomy": "", | ||
"allow_null": 0, | ||
"multiple": 0, | ||
"return_format": "object", | ||
"ui": 1 | ||
} | ||
] | ||
}, | ||
{ | ||
"key": "field_61398e3ddca08", | ||
"label": "Stories", | ||
"name": "stories", | ||
"type": "repeater", | ||
"instructions": "", | ||
"required": 0, | ||
"conditional_logic": [ | ||
[ | ||
{ | ||
"field": "field_61398daadca05", | ||
"operator": "==", | ||
"value": "stories" | ||
} | ||
] | ||
], | ||
"wrapper": { | ||
"width": "", | ||
"class": "", | ||
"id": "" | ||
}, | ||
"collapsed": "", | ||
"min": 4, | ||
"max": 12, | ||
"layout": "table", | ||
"button_label": "Add Story", | ||
"sub_fields": [ | ||
{ | ||
"key": "field_61398e3ddca09", | ||
"label": "Story", | ||
"name": "story", | ||
"type": "post_object", | ||
"instructions": "", | ||
"required": 0, | ||
"conditional_logic": [ | ||
[ | ||
{ | ||
"field": "field_61398daadca05", | ||
"operator": "==", | ||
"value": "stories" | ||
} | ||
] | ||
], | ||
"wrapper": { | ||
"width": "", | ||
"class": "", | ||
"id": "" | ||
}, | ||
"post_type": [ | ||
"post" | ||
], | ||
"taxonomy": "", | ||
"allow_null": 0, | ||
"multiple": 0, | ||
"return_format": "object", | ||
"ui": 1 | ||
} | ||
] | ||
} | ||
], | ||
"location": [ | ||
[ | ||
{ | ||
"param": "block", | ||
"operator": "==", | ||
"value": "acf\/storiesprojects" | ||
} | ||
] | ||
], | ||
"menu_order": 0, | ||
"position": "normal", | ||
"style": "default", | ||
"label_placement": "top", | ||
"instruction_placement": "label", | ||
"hide_on_screen": "", | ||
"active": true, | ||
"description": "", | ||
"modified": 1631164941 | ||
} | ||
"key": "group_61398a3f0b3ad", | ||
"title": "Stories / Projects Section", | ||
"fields": [ | ||
{ | ||
"key": "field_61399a04cb51e", | ||
"label": "Headline", | ||
"name": "headline", | ||
"type": "text", | ||
"instructions": "", | ||
"required": 0, | ||
"conditional_logic": 0, | ||
"wrapper": { | ||
"width": "", | ||
"class": "", | ||
"id": "" | ||
}, | ||
"default_value": "", | ||
"placeholder": "", | ||
"prepend": "", | ||
"append": "", | ||
"maxlength": "" | ||
}, | ||
{ | ||
"key": "field_61398daadca05", | ||
"label": "Type", | ||
"name": "type", | ||
"type": "radio", | ||
"instructions": "", | ||
"required": 0, | ||
"conditional_logic": 0, | ||
"wrapper": { | ||
"width": "", | ||
"class": "", | ||
"id": "" | ||
}, | ||
"choices": { | ||
"stories": "Stories", | ||
"projects": "Projects" | ||
}, | ||
"allow_null": 0, | ||
"other_choice": 0, | ||
"default_value": "", | ||
"layout": "vertical", | ||
"return_format": "value", | ||
"save_other_choice": 0 | ||
}, | ||
{ | ||
"key": "field_61398e15dca06", | ||
"label": "Projects", | ||
"name": "projects", | ||
"type": "repeater", | ||
"instructions": "", | ||
"required": 0, | ||
"conditional_logic": [ | ||
[ | ||
{ | ||
"field": "field_61398daadca05", | ||
"operator": "==", | ||
"value": "projects" | ||
} | ||
] | ||
], | ||
"wrapper": { | ||
"width": "", | ||
"class": "", | ||
"id": "" | ||
}, | ||
"collapsed": "", | ||
"min": 3, | ||
"max": 12, | ||
"layout": "table", | ||
"button_label": "Add Project", | ||
"sub_fields": [ | ||
{ | ||
"key": "field_61398e24dca07", | ||
"label": "Project", | ||
"name": "project", | ||
"type": "post_object", | ||
"instructions": "", | ||
"required": 0, | ||
"conditional_logic": 0, | ||
"wrapper": { | ||
"width": "", | ||
"class": "", | ||
"id": "" | ||
}, | ||
"post_type": ["project"], | ||
"taxonomy": "", | ||
"allow_null": 0, | ||
"multiple": 0, | ||
"return_format": "object", | ||
"ui": 1 | ||
} | ||
] | ||
}, | ||
{ | ||
"key": "field_61398e3ddca08", | ||
"label": "Stories", | ||
"name": "stories", | ||
"type": "repeater", | ||
"instructions": "", | ||
"required": 0, | ||
"conditional_logic": [ | ||
[ | ||
{ | ||
"field": "field_61398daadca05", | ||
"operator": "==", | ||
"value": "stories" | ||
} | ||
] | ||
], | ||
"wrapper": { | ||
"width": "", | ||
"class": "", | ||
"id": "" | ||
}, | ||
"collapsed": "", | ||
"min": 4, | ||
"max": 12, | ||
"layout": "table", | ||
"button_label": "Add Story", | ||
"sub_fields": [ | ||
{ | ||
"key": "field_61398e3ddca09", | ||
"label": "Story", | ||
"name": "story", | ||
"type": "post_object", | ||
"instructions": "", | ||
"required": 0, | ||
"conditional_logic": [ | ||
[ | ||
{ | ||
"field": "field_61398daadca05", | ||
"operator": "==", | ||
"value": "stories" | ||
} | ||
] | ||
], | ||
"wrapper": { | ||
"width": "", | ||
"class": "", | ||
"id": "" | ||
}, | ||
"post_type": ["post"], | ||
"taxonomy": "", | ||
"allow_null": 0, | ||
"multiple": 0, | ||
"return_format": "object", | ||
"ui": 1 | ||
} | ||
] | ||
} | ||
], | ||
"location": [ | ||
[ | ||
{ | ||
"param": "block", | ||
"operator": "==", | ||
"value": "acf/storiesprojects" | ||
} | ||
] | ||
], | ||
"menu_order": 0, | ||
"position": "normal", | ||
"style": "default", | ||
"label_placement": "top", | ||
"instruction_placement": "label", | ||
"hide_on_screen": "", | ||
"active": true, | ||
"description": "", | ||
"modified": 1631164941 | ||
} |