-
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.
Updates to homepage and bring ACF into theme.
- Loading branch information
Showing
24 changed files
with
2,808 additions
and
134 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,63 @@ | ||
{ | ||
"key": "group_6400e063b57f8", | ||
"title": "Post Options", | ||
"fields": [ | ||
{ | ||
"key": "field_6400e064cda28", | ||
"label": "Theme", | ||
"name": "theme", | ||
"aria-label": "", | ||
"type": "select", | ||
"instructions": "", | ||
"required": 0, | ||
"conditional_logic": 0, | ||
"wrapper": { | ||
"width": "", | ||
"class": "", | ||
"id": "" | ||
}, | ||
"choices": { | ||
"navy": "Navy", | ||
"teal": "Teal", | ||
"purple": "Purple", | ||
"green": "Green", | ||
"grey": "Grey" | ||
}, | ||
"default_value": "navy", | ||
"return_format": "value", | ||
"multiple": 0, | ||
"allow_null": 0, | ||
"ui": 0, | ||
"ajax": 0, | ||
"placeholder": "", | ||
"allow_custom": 0, | ||
"search_placeholder": "" | ||
} | ||
], | ||
"location": [ | ||
[ | ||
{ | ||
"param": "post_type", | ||
"operator": "==", | ||
"value": "post" | ||
} | ||
] | ||
], | ||
"menu_order": 0, | ||
"position": "side", | ||
"style": "default", | ||
"label_placement": "top", | ||
"instruction_placement": "above_field", | ||
"hide_on_screen": "", | ||
"active": true, | ||
"description": "", | ||
"show_in_rest": 0, | ||
"acfe_display_title": "", | ||
"acfe_autosync": [ | ||
"json" | ||
], | ||
"acfe_form": 0, | ||
"acfe_meta": "", | ||
"acfe_note": "", | ||
"modified": 1720711426 | ||
} |
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 |
---|---|---|
@@ -0,0 +1,56 @@ | ||
{ | ||
"key": "group_64127a97edfda", | ||
"title": "Snippet", | ||
"fields": [ | ||
{ | ||
"key": "field_64127a9962ee3", | ||
"label": "Content", | ||
"name": "content", | ||
"aria-label": "", | ||
"type": "acfe_code_editor", | ||
"instructions": "", | ||
"required": 0, | ||
"conditional_logic": 0, | ||
"wrapper": { | ||
"width": "", | ||
"class": "", | ||
"id": "" | ||
}, | ||
"default_value": "", | ||
"placeholder": "", | ||
"mode": "text\/html", | ||
"lines": 1, | ||
"indent_unit": 4, | ||
"maxlength": "", | ||
"rows": 12, | ||
"max_rows": "", | ||
"return_format": [] | ||
} | ||
], | ||
"location": [ | ||
[ | ||
{ | ||
"param": "post_type", | ||
"operator": "==", | ||
"value": "snippet" | ||
} | ||
] | ||
], | ||
"menu_order": 0, | ||
"position": "normal", | ||
"style": "default", | ||
"label_placement": "left", | ||
"instruction_placement": "label", | ||
"hide_on_screen": "", | ||
"active": true, | ||
"description": "", | ||
"show_in_rest": 0, | ||
"acfe_display_title": "", | ||
"acfe_autosync": [ | ||
"json" | ||
], | ||
"acfe_form": 0, | ||
"acfe_meta": "", | ||
"acfe_note": "", | ||
"modified": 1720711431 | ||
} |
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 |
---|---|---|
@@ -0,0 +1,92 @@ | ||
{ | ||
"key": "group_647a024949c17", | ||
"title": "Notice Bar", | ||
"fields": [ | ||
{ | ||
"key": "field_647a024a80ba6", | ||
"label": "Content", | ||
"name": "notice_text", | ||
"aria-label": "", | ||
"type": "wysiwyg", | ||
"instructions": "Enter a message to display the notice bar (leave empty to hide it). If you're editing a page, it will only display for that page. If you're editing in the 'Theme Options' area, it will be global (site-wide).", | ||
"required": 0, | ||
"conditional_logic": 0, | ||
"wrapper": { | ||
"width": "", | ||
"class": "", | ||
"id": "" | ||
}, | ||
"relevanssi_exclude": 0, | ||
"default_value": "", | ||
"tabs": "all", | ||
"toolbar": "basic", | ||
"media_upload": 1, | ||
"delay": 0 | ||
}, | ||
{ | ||
"key": "field_647a026280ba8", | ||
"label": "Color", | ||
"name": "notice_color", | ||
"aria-label": "", | ||
"type": "select", | ||
"instructions": "The color scheme for this notice bar.", | ||
"required": 0, | ||
"conditional_logic": 0, | ||
"wrapper": { | ||
"width": "", | ||
"class": "", | ||
"id": "" | ||
}, | ||
"relevanssi_exclude": 0, | ||
"choices": { | ||
"grey": "Grey", | ||
"navy": "Navy", | ||
"teal": "Teal", | ||
"purple": "Purple", | ||
"green": "Green" | ||
}, | ||
"default_value": "teal", | ||
"return_format": "value", | ||
"multiple": 0, | ||
"allow_null": 0, | ||
"ui": 0, | ||
"ajax": 0, | ||
"placeholder": "", | ||
"allow_custom": 0, | ||
"search_placeholder": "" | ||
} | ||
], | ||
"location": [ | ||
[ | ||
{ | ||
"param": "post_type", | ||
"operator": "==", | ||
"value": "page" | ||
} | ||
], | ||
[ | ||
{ | ||
"param": "post_type", | ||
"operator": "==", | ||
"value": "post" | ||
} | ||
] | ||
], | ||
"menu_order": 1, | ||
"position": "normal", | ||
"style": "default", | ||
"label_placement": "left", | ||
"instruction_placement": "label", | ||
"hide_on_screen": "", | ||
"active": true, | ||
"description": "", | ||
"show_in_rest": 0, | ||
"acfe_display_title": "", | ||
"acfe_autosync": [ | ||
"json" | ||
], | ||
"acfe_form": 0, | ||
"acfe_meta": "", | ||
"acfe_note": "", | ||
"modified": 1720715764 | ||
} |
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 |
---|---|---|
@@ -0,0 +1,64 @@ | ||
{ | ||
"key": "group_66900588a7d94", | ||
"title": "Post Components", | ||
"fields": [ | ||
{ | ||
"key": "field_669005892542c", | ||
"label": "Components", | ||
"name": "components", | ||
"aria-label": "", | ||
"type": "clone", | ||
"instructions": "", | ||
"required": 0, | ||
"conditional_logic": 0, | ||
"wrapper": { | ||
"width": "", | ||
"class": "", | ||
"id": "" | ||
}, | ||
"relevanssi_exclude": 0, | ||
"clone": [ | ||
"group_63c0933e6b060" | ||
], | ||
"display": "seamless", | ||
"layout": "block", | ||
"prefix_label": 0, | ||
"prefix_name": 0, | ||
"acfe_seamless_style": 0, | ||
"acfe_clone_modal": 0, | ||
"acfe_clone_modal_close": 0, | ||
"acfe_clone_modal_button": "", | ||
"acfe_clone_modal_size": "large" | ||
} | ||
], | ||
"location": [ | ||
[ | ||
{ | ||
"param": "post_type", | ||
"operator": "==", | ||
"value": "post" | ||
} | ||
] | ||
], | ||
"menu_order": 0, | ||
"position": "normal", | ||
"style": "seamless", | ||
"label_placement": "top", | ||
"instruction_placement": "label", | ||
"hide_on_screen": [ | ||
"excerpt", | ||
"discussion", | ||
"comments" | ||
], | ||
"active": true, | ||
"description": "", | ||
"show_in_rest": 0, | ||
"acfe_display_title": "", | ||
"acfe_autosync": [ | ||
"json" | ||
], | ||
"acfe_form": 0, | ||
"acfe_meta": "", | ||
"acfe_note": "", | ||
"modified": 1720715695 | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.