Initial commit to github

This commit is contained in:
Keith Solomon
2025-08-22 15:40:01 -05:00
commit e8efdbeb34
230 changed files with 32213 additions and 0 deletions

View File

@@ -0,0 +1,179 @@
{
"key": "group_5f7f85a2a3e13",
"title": "Button",
"fields": [
{
"key": "field_67d5cd1108a6e",
"label": "Element",
"name": "element",
"aria-label": "",
"type": "radio",
"instructions": "",
"required": 1,
"conditional_logic": 0,
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"choices": {
"a": "<a> Element",
"button": "<button> Element"
},
"default_value": "a",
"return_format": "value",
"allow_null": 0,
"other_choice": 0,
"allow_in_bindings": 0,
"layout": "horizontal",
"save_other_choice": 0
},
{
"key": "field_5f7f85a71151d",
"label": "Link",
"name": "link",
"aria-label": "",
"type": "link",
"instructions": "",
"required": 1,
"conditional_logic": 0,
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"return_format": "array"
},
{
"key": "field_5f7f85bd1151e",
"label": "Color",
"name": "color",
"aria-label": "",
"type": "select",
"instructions": "",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"choices": {
"primary": "Primary",
"secondary": "Secondary",
"white": "White",
"black": "Black"
},
"default_value": "primary",
"return_format": "value",
"multiple": 0,
"allow_null": 0,
"allow_in_bindings": 1,
"ui": 0,
"ajax": 0,
"placeholder": ""
},
{
"key": "field_5f7f85e41151f",
"label": "Variant",
"name": "variant",
"aria-label": "",
"type": "select",
"instructions": "",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"choices": {
"default": "Default",
"outline": "Outline"
},
"default_value": "default",
"allow_null": 0,
"multiple": 0,
"ui": 0,
"return_format": "value",
"ajax": 0,
"placeholder": ""
},
{
"key": "field_5f807a47dd2a8",
"label": "Size",
"name": "size",
"aria-label": "",
"type": "select",
"instructions": "Controls the padding of the buttons",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"choices": {
"small": "Small",
"medium": "Medium",
"large": "Large"
},
"default_value": "medium",
"return_format": "value",
"multiple": 0,
"allow_null": 0,
"allow_in_bindings": 1,
"ui": 0,
"ajax": 0,
"placeholder": ""
},
{
"key": "field_605924972a98a",
"label": "Width",
"name": "width",
"aria-label": "",
"type": "select",
"instructions": "",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"choices": {
"auto": "Auto",
"small": "Small",
"wide": "Wide",
"full": "Full Width"
},
"default_value": "auto",
"return_format": "value",
"multiple": 0,
"allow_null": 0,
"allow_in_bindings": 1,
"ui": 0,
"ajax": 0,
"placeholder": ""
}
],
"location": [
[
{
"param": "block",
"operator": "==",
"value": "acf\/button"
}
]
],
"menu_order": 0,
"position": "normal",
"style": "default",
"label_placement": "top",
"instruction_placement": "label",
"hide_on_screen": "",
"active": true,
"description": "",
"show_in_rest": 0,
"modified": 1742236256
}

View File

@@ -0,0 +1,459 @@
{
"key": "group_5fd3e006e5da5",
"title": "Global Fields",
"fields": [
{
"key": "field_5fd3e0137bfed",
"label": "Contact Info",
"name": "contact_info",
"aria-label": "",
"type": "group",
"instructions": "",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"layout": "row",
"sub_fields": [
{
"key": "field_5fd3e0277bfee",
"label": "Email",
"name": "email",
"aria-label": "",
"type": "email",
"instructions": "",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"default_value": "",
"placeholder": "",
"prepend": "",
"append": ""
},
{
"key": "field_5fd3e02f7bfef",
"label": "Phone",
"name": "phone",
"aria-label": "",
"type": "text",
"instructions": "",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"default_value": "",
"placeholder": "",
"prepend": "",
"append": "",
"maxlength": ""
},
{
"key": "field_684ad36ebaf40",
"label": "Fax",
"name": "fax",
"aria-label": "",
"type": "text",
"instructions": "",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"default_value": "",
"maxlength": "",
"allow_in_bindings": 1,
"placeholder": "",
"prepend": "",
"append": ""
},
{
"key": "field_5fd3e0437bff0",
"label": "Address",
"name": "address",
"aria-label": "",
"type": "textarea",
"instructions": "",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"default_value": "",
"placeholder": "",
"maxlength": "",
"rows": 3,
"new_lines": "br"
},
{
"key": "field_60381dcb082b5",
"label": "Hours",
"name": "hours",
"aria-label": "",
"type": "textarea",
"instructions": "",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"default_value": "",
"placeholder": "",
"maxlength": "",
"rows": 3,
"new_lines": "br"
}
]
},
{
"key": "field_677bf0e692d37",
"label": "Social Media",
"name": "social_media",
"aria-label": "",
"type": "group",
"instructions": "",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"layout": "row",
"sub_fields": [
{
"key": "field_677bf0e692d3c",
"label": "Facebook",
"name": "facebook",
"aria-label": "",
"type": "url",
"instructions": "",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"default_value": "",
"allow_in_bindings": 1,
"placeholder": ""
},
{
"key": "field_677bf0e692d3e",
"label": "Instagram",
"name": "instagram",
"aria-label": "",
"type": "url",
"instructions": "",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"default_value": "",
"allow_in_bindings": 1,
"placeholder": ""
},
{
"key": "field_677bf0e692d3d",
"label": "X\/Twitter",
"name": "twitter",
"aria-label": "",
"type": "url",
"instructions": "",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"default_value": "",
"allow_in_bindings": 1,
"placeholder": ""
},
{
"key": "field_677bf0e692d41",
"label": "LinkedIn",
"name": "linkedin",
"aria-label": "",
"type": "url",
"instructions": "",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"default_value": "",
"allow_in_bindings": 1,
"placeholder": ""
},
{
"key": "field_677bf0e692d40",
"label": "Youtube",
"name": "youtube",
"aria-label": "",
"type": "url",
"instructions": "",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"default_value": "",
"allow_in_bindings": 1,
"placeholder": ""
},
{
"key": "field_677bf0e692d3f",
"label": "Pinterest",
"name": "pinterest",
"aria-label": "",
"type": "url",
"instructions": "",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"default_value": "",
"allow_in_bindings": 1,
"placeholder": ""
}
]
},
{
"key": "field_60302ebb3604d",
"label": "Header",
"name": "header",
"aria-label": "",
"type": "group",
"instructions": "",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"layout": "row",
"sub_fields": [
{
"key": "field_60cbbb8fc100a",
"label": "Header Logo",
"name": "header_logo",
"aria-label": "",
"type": "image",
"instructions": "",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"return_format": "array",
"preview_size": "medium",
"library": "all",
"min_width": "",
"min_height": "",
"min_size": "",
"max_width": "",
"max_height": "",
"max_size": "",
"mime_types": ""
}
]
},
{
"key": "field_61df32ca33bc0",
"label": "Footer",
"name": "footer",
"aria-label": "",
"type": "group",
"instructions": "",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"layout": "block",
"sub_fields": [
{
"key": "field_61df32e833bc1",
"label": "Footer Logo",
"name": "footer_logo",
"aria-label": "",
"type": "image",
"instructions": "",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"return_format": "array",
"preview_size": "medium",
"library": "all",
"min_width": "",
"min_height": "",
"min_size": "",
"max_width": "",
"max_height": "",
"max_size": "",
"mime_types": ""
},
{
"key": "field_64761ea8cb0dd",
"label": "Footer Description",
"name": "footer_description",
"aria-label": "",
"type": "wysiwyg",
"instructions": "",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"default_value": "",
"tabs": "all",
"toolbar": "full",
"media_upload": 1,
"delay": 0
},
{
"key": "field_61df3348c3795",
"label": "Copyright Text",
"name": "copyright_text",
"aria-label": "",
"type": "text",
"instructions": "Use '%Y' to display the current year.",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"default_value": "© %Y. All rights reserved.",
"maxlength": "",
"allow_in_bindings": 1,
"placeholder": "",
"prepend": "",
"append": ""
},
{
"key": "field_684af923d5f68",
"label": "Credit Text",
"name": "credit_text",
"aria-label": "",
"type": "text",
"instructions": "",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"default_value": "Web Design & Development by <a href=\"https:\/\/vincentdesign.ca\/\"><strong>Vincent Design<\/strong><\/a>",
"maxlength": "",
"allow_in_bindings": 1,
"placeholder": "",
"prepend": "",
"append": ""
}
]
},
{
"key": "field_60cbbba3c100b",
"label": "Admin",
"name": "admin",
"aria-label": "",
"type": "group",
"instructions": "",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"layout": "row",
"sub_fields": [
{
"key": "field_60cbbbb2c100c",
"label": "404 Page",
"name": "404_page",
"aria-label": "",
"type": "post_object",
"instructions": "",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"post_type": [
"page"
],
"taxonomy": "",
"allow_null": 0,
"multiple": 0,
"return_format": "object",
"ui": 1,
"bidirectional_target": []
}
]
}
],
"location": [
[
{
"param": "options_page",
"operator": "==",
"value": "acf-options-global-fields"
}
]
],
"menu_order": 0,
"position": "normal",
"style": "default",
"label_placement": "top",
"instruction_placement": "label",
"hide_on_screen": "",
"active": true,
"description": "",
"show_in_rest": 0,
"modified": 1749744328
}

View File

@@ -0,0 +1,362 @@
{
"key": "group_600f5a9e242c3",
"title": "Grid",
"fields": [
{
"key": "field_6010666abf912",
"label": "Grid Settings",
"name": "",
"aria-label": "",
"type": "accordion",
"instructions": "",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"open": 1,
"multi_expand": 1,
"endpoint": 0
},
{
"key": "field_600f6ea6251d4",
"label": "Columns",
"name": "columns",
"aria-label": "",
"type": "range",
"instructions": "",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"default_value": "",
"min": 1,
"max": 12,
"step": "",
"prepend": "",
"append": ""
},
{
"key": "field_600f6ee1251d6",
"label": "Columns (sm)",
"name": "columns_sm",
"aria-label": "",
"type": "range",
"instructions": "",
"required": 0,
"conditional_logic": [
[
{
"field": "field_60106fa83e9ae",
"operator": "==",
"value": "sm"
}
]
],
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"default_value": "",
"min": 1,
"max": 12,
"step": "",
"prepend": "",
"append": ""
},
{
"key": "field_600f6f41251d7",
"label": "Columns (md)",
"name": "columns_md",
"aria-label": "",
"type": "range",
"instructions": "",
"required": 0,
"conditional_logic": [
[
{
"field": "field_60106fa83e9ae",
"operator": "==",
"value": "md"
}
]
],
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"default_value": "",
"min": 1,
"max": 12,
"step": "",
"prepend": "",
"append": ""
},
{
"key": "field_600f6f4d251d8",
"label": "Columns (lg)",
"name": "columns_lg",
"aria-label": "",
"type": "range",
"instructions": "",
"required": 0,
"conditional_logic": [
[
{
"field": "field_60106fa83e9ae",
"operator": "==",
"value": "lg"
}
]
],
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"default_value": "",
"min": 1,
"max": 12,
"step": "",
"prepend": "",
"append": ""
},
{
"key": "field_600f6f57251d9",
"label": "Columns (xl)",
"name": "columns_xl",
"aria-label": "",
"type": "range",
"instructions": "",
"required": 0,
"conditional_logic": [
[
{
"field": "field_60106fa83e9ae",
"operator": "==",
"value": "xl"
}
]
],
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"default_value": "",
"min": 1,
"max": 12,
"step": "",
"prepend": "",
"append": ""
},
{
"key": "field_600f6f66251da",
"label": "Columns (2xl)",
"name": "columns_2xl",
"aria-label": "",
"type": "range",
"instructions": "",
"required": 0,
"conditional_logic": [
[
{
"field": "field_60106fa83e9ae",
"operator": "==",
"value": "2xl"
}
]
],
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"default_value": "",
"min": 1,
"max": 12,
"step": "",
"prepend": "",
"append": ""
},
{
"key": "field_60106fa83e9ae",
"label": "Breakpoints",
"name": "columns_breakpoints",
"aria-label": "",
"type": "checkbox",
"instructions": "",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"choices": {
"sm": "sm (640px)",
"md": "md (768px)",
"lg": "lg (1024px)",
"xl": "xl (1280px)",
"2xl": "2xl (1536px)"
},
"allow_custom": 0,
"default_value": [],
"layout": "vertical",
"toggle": 0,
"return_format": "value",
"save_custom": 0,
"custom_choice_button_text": "Add new choice"
},
{
"key": "field_600f5d3ec8e30",
"label": "Gap X",
"name": "gap_x",
"aria-label": "",
"type": "select",
"instructions": "",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"choices": {
"0": "0",
"1": "1",
"2": "2",
"3": "3",
"4": "4",
"5": "5",
"6": "6",
"7": "7",
"8": "8",
"9": "9",
"10": "10",
"11": "11",
"12": "12",
"14": "14",
"16": "16",
"18": "18",
"20": "20",
"24": "24",
"28": "28",
"32": "32",
"36": "36",
"40": "40",
"48": "48",
"56": "56",
"64": "64",
"72": "72",
"80": "80",
"88": "88",
"96": "96"
},
"default_value": 0,
"allow_null": 0,
"multiple": 0,
"ui": 0,
"return_format": "value",
"ajax": 0,
"placeholder": ""
},
{
"key": "field_60dca39d232a1",
"label": "Gap Y",
"name": "gap_y",
"aria-label": "",
"type": "select",
"instructions": "",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"choices": {
"0": "0",
"1": "1",
"2": "2",
"3": "3",
"4": "4",
"5": "5",
"6": "6",
"7": "7",
"8": "8",
"9": "9",
"10": "10",
"11": "11",
"12": "12",
"14": "14",
"16": "16",
"18": "18",
"20": "20",
"24": "24",
"28": "28",
"32": "32",
"36": "36",
"40": "40",
"48": "48",
"56": "56",
"64": "64",
"72": "72",
"80": "80",
"88": "88",
"96": "96"
},
"default_value": 0,
"allow_null": 0,
"multiple": 0,
"ui": 0,
"return_format": "value",
"ajax": 0,
"placeholder": ""
},
{
"key": "field_60106e64bf91c",
"label": "Grid Settings End",
"name": "",
"aria-label": "",
"type": "accordion",
"instructions": "",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"open": 0,
"multi_expand": 0,
"endpoint": 1
}
],
"location": [
[
{
"param": "block",
"operator": "==",
"value": "acf\/grid"
}
]
],
"menu_order": 0,
"position": "normal",
"style": "default",
"label_placement": "top",
"instruction_placement": "label",
"hide_on_screen": "",
"active": true,
"description": "",
"show_in_rest": 0,
"modified": 1744581665
}

View File

@@ -0,0 +1,256 @@
{
"key": "group_60106ed700da3",
"title": "Grid Cell",
"fields": [
{
"key": "field_60106ed7117ef",
"label": "Col Span",
"name": "",
"aria-label": "",
"type": "accordion",
"instructions": "",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"open": 1,
"multi_expand": 1,
"endpoint": 0
},
{
"key": "field_60106ed7117f7",
"label": "Default",
"name": "col_span",
"aria-label": "",
"type": "range",
"instructions": "",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "",
"class": "hide-top-label",
"id": ""
},
"default_value": "",
"min": 1,
"max": 12,
"step": "",
"prepend": "",
"append": ""
},
{
"key": "field_60106ed711802",
"label": "(sm)",
"name": "col_span_sm",
"aria-label": "",
"type": "range",
"instructions": "",
"required": 0,
"conditional_logic": [
[
{
"field": "field_60106ed711830",
"operator": "==",
"value": "sm"
}
]
],
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"default_value": "",
"min": 1,
"max": 12,
"step": "",
"prepend": "",
"append": ""
},
{
"key": "field_60106ed71180a",
"label": "(md)",
"name": "col_span_md",
"aria-label": "",
"type": "range",
"instructions": "",
"required": 0,
"conditional_logic": [
[
{
"field": "field_60106ed711830",
"operator": "==",
"value": "md"
}
]
],
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"default_value": "",
"min": 1,
"max": 12,
"step": "",
"prepend": "",
"append": ""
},
{
"key": "field_60106ed711811",
"label": "(lg)",
"name": "col_span_lg",
"aria-label": "",
"type": "range",
"instructions": "",
"required": 0,
"conditional_logic": [
[
{
"field": "field_60106ed711830",
"operator": "==",
"value": "lg"
}
]
],
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"default_value": "",
"min": 1,
"max": 12,
"step": "",
"prepend": "",
"append": ""
},
{
"key": "field_60106ed71181d",
"label": "(xl)",
"name": "col_span_xl",
"aria-label": "",
"type": "range",
"instructions": "",
"required": 0,
"conditional_logic": [
[
{
"field": "field_60106ed711830",
"operator": "==",
"value": "xl"
}
]
],
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"default_value": "",
"min": 1,
"max": 12,
"step": "",
"prepend": "",
"append": ""
},
{
"key": "field_60106ed711825",
"label": "(2xl)",
"name": "col_span_2xl",
"aria-label": "",
"type": "range",
"instructions": "",
"required": 0,
"conditional_logic": [
[
{
"field": "field_60106ed711830",
"operator": "==",
"value": "2xl"
}
]
],
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"default_value": "",
"min": 1,
"max": 12,
"step": "",
"prepend": "",
"append": ""
},
{
"key": "field_60106ed711830",
"label": "Breakpoints",
"name": "col_span_breakpoints",
"aria-label": "",
"type": "checkbox",
"instructions": "",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"choices": {
"sm": "sm (640px)",
"md": "md (768px)",
"lg": "lg (1024px)",
"xl": "xl (1280px)",
"2xl": "2xl (1536px)"
},
"allow_custom": 0,
"default_value": [],
"layout": "vertical",
"toggle": 0,
"return_format": "value",
"save_custom": 0,
"custom_choice_button_text": "Add new choice"
},
{
"key": "field_60106ed711838",
"label": "Col Span End",
"name": "",
"aria-label": "",
"type": "accordion",
"instructions": "",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"open": 0,
"multi_expand": 0,
"endpoint": 1
}
],
"location": [
[
{
"param": "block",
"operator": "==",
"value": "acf\/grid-cell"
}
]
],
"menu_order": 0,
"position": "normal",
"style": "default",
"label_placement": "top",
"instruction_placement": "label",
"hide_on_screen": "",
"active": true,
"description": "",
"show_in_rest": 0,
"modified": 1697125043
}

192
acf/group_60bfb84ae973c.json Executable file
View File

@@ -0,0 +1,192 @@
{
"key": "group_60bfb84ae973c",
"title": "Page Heading",
"fields": [
{
"key": "field_60bfda53dc0f2",
"label": "Hero Style",
"name": "hero_style",
"aria-label": "",
"type": "select",
"instructions": "",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"choices": {
"default": "Default",
"none": "None"
},
"default_value": false,
"allow_null": 0,
"multiple": 0,
"ui": 0,
"return_format": "value",
"ajax": 0,
"placeholder": ""
},
{
"key": "field_6478f669004aa",
"label": "Background Color",
"name": "background_color",
"aria-label": "",
"type": "color_picker",
"instructions": "",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"default_value": "",
"enable_opacity": 0,
"return_format": "string"
},
{
"key": "field_6478f68c004ab",
"label": "Is Dark?",
"name": "is_dark",
"aria-label": "",
"type": "true_false",
"instructions": "",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"message": "",
"default_value": 1,
"ui": 0,
"ui_on_text": "",
"ui_off_text": ""
},
{
"key": "field_60bfb8534a41f",
"label": "Heading",
"name": "heading",
"aria-label": "",
"type": "text",
"instructions": "",
"required": 0,
"conditional_logic": [
[
{
"field": "field_60bfda53dc0f2",
"operator": "!=",
"value": "none"
}
]
],
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"default_value": "",
"placeholder": "",
"prepend": "",
"append": "",
"maxlength": ""
},
{
"key": "field_60bfb85a4a420",
"label": "Intro",
"name": "intro",
"aria-label": "",
"type": "textarea",
"instructions": "",
"required": 0,
"conditional_logic": [
[
{
"field": "field_60bfda53dc0f2",
"operator": "!=",
"value": "none"
}
]
],
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"default_value": "",
"placeholder": "",
"maxlength": "",
"rows": "",
"new_lines": ""
},
{
"key": "field_60bfb8614a421",
"label": "Call to Actions",
"name": "call_to_actions",
"aria-label": "",
"type": "repeater",
"instructions": "",
"required": 0,
"conditional_logic": false,
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"collapsed": "",
"min": 0,
"max": 0,
"layout": "table",
"button_label": "Add Call to Action",
"rows_per_page": 20,
"sub_fields": [
{
"key": "field_60bfb86e4a422",
"label": "Link",
"name": "link",
"aria-label": "",
"type": "link",
"instructions": "",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"return_format": "array",
"parent_repeater": "field_60bfb8614a421"
}
]
}
],
"location": [
[
{
"param": "post_type",
"operator": "==",
"value": "page"
}
],
[
{
"param": "post_type",
"operator": "==",
"value": "post"
}
]
],
"menu_order": 1,
"position": "side",
"style": "default",
"label_placement": "top",
"instruction_placement": "label",
"hide_on_screen": "",
"active": true,
"description": "",
"show_in_rest": 0,
"modified": 1746895738
}

106
acf/group_60bfdb328901d.json Executable file
View File

@@ -0,0 +1,106 @@
{
"key": "group_60bfdb328901d",
"title": "Homepage Hero",
"fields": [
{
"key": "field_60bfdb328cfae",
"label": "Heading",
"name": "heading",
"aria-label": "",
"type": "text",
"instructions": "",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"default_value": "",
"placeholder": "",
"prepend": "",
"append": "",
"maxlength": ""
},
{
"key": "field_60bfdb328cfb9",
"label": "Intro",
"name": "intro",
"aria-label": "",
"type": "wysiwyg",
"instructions": "",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"default_value": "",
"tabs": "all",
"toolbar": "full",
"media_upload": 1,
"delay": 0
},
{
"key": "field_60bfdb328cfc0",
"label": "Calls to Action",
"name": "calls_to_action",
"aria-label": "",
"type": "repeater",
"instructions": "",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"layout": "table",
"pagination": 0,
"min": 0,
"max": 0,
"collapsed": "",
"button_label": "Add Call to Action",
"rows_per_page": 20,
"sub_fields": [
{
"key": "field_60bfdb3294667",
"label": "Link",
"name": "link",
"aria-label": "",
"type": "link",
"instructions": "",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"return_format": "array",
"parent_repeater": "field_60bfdb328cfc0"
}
]
}
],
"location": [
[
{
"param": "block",
"operator": "==",
"value": "acf\/homepage-hero"
}
]
],
"menu_order": 0,
"position": "normal",
"style": "default",
"label_placement": "top",
"instruction_placement": "label",
"hide_on_screen": "",
"active": true,
"description": "",
"show_in_rest": 0,
"modified": 1742332828
}

View File

@@ -0,0 +1,556 @@
{
"key": "group_6261bc658dd80",
"title": "Section",
"fields": [
{
"key": "field_6262e24ce0672",
"label": "Background",
"name": "",
"type": "accordion",
"instructions": "",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"open": 0,
"multi_expand": 1,
"endpoint": 0
},
{
"key": "field_6262df5194500",
"label": "Background Color",
"name": "background_color",
"type": "color_picker",
"instructions": "",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"default_value": "",
"enable_opacity": 0,
"return_format": "string"
},
{
"key": "field_6261bc723d308",
"label": "Background Image",
"name": "background_image",
"type": "image",
"instructions": "",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"return_format": "array",
"preview_size": "medium",
"library": "all",
"min_width": "",
"min_height": "",
"min_size": "",
"max_width": "",
"max_height": "",
"max_size": "",
"mime_types": ""
},
{
"key": "field_62a9e85035329",
"label": "Background Position",
"name": "background_position",
"type": "group",
"instructions": "",
"required": 0,
"conditional_logic": [
[
{
"field": "field_6261bc723d308",
"operator": "!=empty"
}
]
],
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"layout": "block",
"sub_fields": [
{
"key": "field_62a9e87c3532a",
"label": "Size",
"name": "size",
"type": "select",
"instructions": "",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"choices": {
"cover": "Cover",
"contain": "Contain",
"custom": "Custom"
},
"default_value": false,
"allow_null": 0,
"multiple": 0,
"ui": 0,
"return_format": "value",
"ajax": 0,
"placeholder": ""
},
{
"key": "field_62a9e8ef3532b",
"label": "Scale",
"name": "scale",
"type": "range",
"instructions": "",
"required": 0,
"conditional_logic": [
[
{
"field": "field_62a9e87c3532a",
"operator": "==",
"value": "custom"
}
]
],
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"default_value": 100,
"min": "",
"max": 200,
"step": "",
"prepend": "",
"append": "%"
},
{
"key": "field_62a9e92e3532c",
"label": "X",
"name": "x",
"type": "range",
"instructions": "",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"default_value": 50,
"min": "",
"max": "",
"step": "",
"prepend": "",
"append": "%"
},
{
"key": "field_62a9e98c3532d",
"label": "Y",
"name": "y",
"type": "range",
"instructions": "",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"default_value": 50,
"min": "",
"max": "",
"step": "",
"prepend": "",
"append": "%"
}
]
},
{
"key": "field_6262df6394501",
"label": "Background End",
"name": "",
"type": "accordion",
"instructions": "",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"open": 0,
"multi_expand": 0,
"endpoint": 1
},
{
"key": "field_6262df8794502",
"label": "Overlay",
"name": "",
"type": "accordion",
"instructions": "",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"open": 0,
"multi_expand": 1,
"endpoint": 0
},
{
"key": "field_6261bfcb2d09c",
"label": "Overlay Color",
"name": "overlay_color",
"type": "color_picker",
"instructions": "",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"default_value": "",
"enable_opacity": 0,
"return_format": "string"
},
{
"key": "field_6262df9994503",
"label": "Overlay Image",
"name": "overlay_image",
"type": "image",
"instructions": "",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"return_format": "array",
"preview_size": "medium",
"library": "all",
"min_width": "",
"min_height": "",
"min_size": "",
"max_width": "",
"max_height": "",
"max_size": "",
"mime_types": ""
},
{
"key": "field_6261c02e08b7f",
"label": "Overlay Opacity",
"name": "overlay_opacity",
"type": "range",
"instructions": "",
"required": 0,
"conditional_logic": [
[
{
"field": "field_6261bfcb2d09c",
"operator": "!=empty"
}
],
[
{
"field": "field_6262df9994503",
"operator": "!=empty"
}
]
],
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"default_value": "",
"min": "",
"max": "",
"step": "",
"prepend": "",
"append": "%"
},
{
"key": "field_62a9e9ab3532e",
"label": "Overlay Position",
"name": "overlay_position",
"type": "group",
"instructions": "",
"required": 0,
"conditional_logic": [
[
{
"field": "field_6262df9994503",
"operator": "!=empty"
}
]
],
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"layout": "block",
"sub_fields": [
{
"key": "field_62a9e9ab3532f",
"label": "Size",
"name": "size",
"type": "select",
"instructions": "",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"choices": {
"cover": "Cover",
"contain": "Contain",
"custom": "Custom"
},
"default_value": false,
"allow_null": 0,
"multiple": 0,
"ui": 0,
"return_format": "value",
"ajax": 0,
"placeholder": ""
},
{
"key": "field_62a9e9ab35330",
"label": "Scale",
"name": "scale",
"type": "range",
"instructions": "",
"required": 0,
"conditional_logic": [
[
{
"field": "field_62a9e9ab3532f",
"operator": "==",
"value": "custom"
}
]
],
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"default_value": 100,
"min": "",
"max": 200,
"step": "",
"prepend": "",
"append": ""
},
{
"key": "field_62a9e9ab35331",
"label": "X",
"name": "x",
"type": "range",
"instructions": "",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"default_value": 50,
"min": "",
"max": "",
"step": "",
"prepend": "",
"append": "%"
},
{
"key": "field_62a9e9ab35332",
"label": "Y",
"name": "y",
"type": "range",
"instructions": "",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"default_value": 50,
"min": "",
"max": "",
"step": "",
"prepend": "",
"append": "%"
}
]
},
{
"key": "field_6262e26be0673",
"label": "Overlay End",
"name": "",
"type": "accordion",
"instructions": "",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"open": 0,
"multi_expand": 0,
"endpoint": 1
},
{
"key": "field_6262dfbb94504",
"label": "Theme",
"name": "",
"type": "accordion",
"instructions": "",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"open": 0,
"multi_expand": 1,
"endpoint": 0
},
{
"key": "field_6261c14931371",
"label": "Is Dark",
"name": "is_dark",
"type": "true_false",
"instructions": "",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"message": "",
"default_value": 0,
"ui": 0,
"ui_on_text": "",
"ui_off_text": ""
},
{
"key": "field_6262e2b1e0674",
"label": "Theme End",
"name": "",
"type": "accordion",
"instructions": "",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"open": 0,
"multi_expand": 0,
"endpoint": 1
},
{
"key": "field_6262eadf25dae",
"label": "Content",
"name": "",
"type": "accordion",
"instructions": "",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"open": 0,
"multi_expand": 1,
"endpoint": 0
},
{
"key": "field_6262eb0025db0",
"label": "Content Width",
"name": "content_width",
"type": "select",
"instructions": "",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"choices": {
"default": "Default",
"full": "Full Width"
},
"default_value": "default",
"allow_null": 0,
"multiple": 0,
"ui": 0,
"return_format": "value",
"ajax": 0,
"placeholder": ""
},
{
"key": "field_6262eaeb25daf",
"label": "Content End",
"name": "",
"type": "accordion",
"instructions": "",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"open": 0,
"multi_expand": 0,
"endpoint": 1
}
],
"location": [
[
{
"param": "block",
"operator": "==",
"value": "acf\/section"
}
]
],
"menu_order": 0,
"position": "normal",
"style": "default",
"label_placement": "top",
"instruction_placement": "label",
"hide_on_screen": "",
"active": true,
"description": "",
"show_in_rest": 0,
"modified": 1655311426
}

View File

@@ -0,0 +1,132 @@
{
"key": "group_645e51f721207",
"title": "Accordion Block",
"fields": [
{
"key": "field_64639b159080f",
"label": "First Item Open?",
"name": "open",
"aria-label": "",
"type": "true_false",
"instructions": "Should the first accordion item be open on page load?",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"message": "",
"default_value": 0,
"ui": 0,
"ui_on_text": "",
"ui_off_text": ""
},
{
"key": "field_67fabc2185ea0",
"label": "Item Group Name",
"name": "group_items",
"aria-label": "",
"type": "text",
"instructions": "Enables single expansion mode closes previously open items when opening a new one.",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"default_value": "",
"maxlength": "",
"allow_in_bindings": 0,
"placeholder": "",
"prepend": "",
"append": ""
},
{
"key": "field_645e52e3e0ac2",
"label": "Accordion Items",
"name": "accordion_items",
"aria-label": "",
"type": "repeater",
"instructions": "",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"layout": "row",
"pagination": 0,
"min": 0,
"max": 0,
"collapsed": "",
"button_label": "Add Row",
"rows_per_page": 20,
"sub_fields": [
{
"key": "field_645e51f7eadcb",
"label": "Title",
"name": "title",
"aria-label": "",
"type": "text",
"instructions": "",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"default_value": "",
"maxlength": "",
"placeholder": "",
"prepend": "",
"append": "",
"parent_repeater": "field_645e52e3e0ac2"
},
{
"key": "field_645e523feadcc",
"label": "Content",
"name": "content",
"aria-label": "",
"type": "wysiwyg",
"instructions": "",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"default_value": "",
"tabs": "all",
"toolbar": "full",
"media_upload": 1,
"delay": 0,
"parent_repeater": "field_645e52e3e0ac2"
}
]
}
],
"location": [
[
{
"param": "block",
"operator": "==",
"value": "acf\/accordion"
}
]
],
"menu_order": 0,
"position": "normal",
"style": "default",
"label_placement": "top",
"instruction_placement": "label",
"hide_on_screen": "",
"active": true,
"description": "",
"show_in_rest": 0,
"modified": 1744493675
}

View File

@@ -0,0 +1,389 @@
{
"key": "group_645e7cf448e66",
"title": "Media With Text Block",
"fields": [
{
"key": "field_645e7cf4c6700",
"label": "Background Color",
"name": "background_color",
"aria-label": "",
"type": "color_picker",
"instructions": "",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"default_value": "",
"enable_opacity": 0,
"return_format": "string"
},
{
"key": "field_645e7d22c6701",
"label": "Is Dark",
"name": "is_dark",
"aria-label": "",
"type": "true_false",
"instructions": "If the background is dark, check this so text will remain legible",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"message": "",
"default_value": 0,
"ui": 0,
"ui_on_text": "",
"ui_off_text": ""
},
{
"key": "field_645e7df0c6702",
"label": "Media Type",
"name": "media_type",
"aria-label": "",
"type": "select",
"instructions": "",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"choices": {
"image": "Image",
"video": "Video"
},
"default_value": false,
"return_format": "value",
"multiple": 0,
"allow_null": 0,
"ui": 0,
"ajax": 0,
"placeholder": ""
},
{
"key": "field_645e7e2cc6703",
"label": "Image",
"name": "image",
"aria-label": "",
"type": "image",
"instructions": "",
"required": 0,
"conditional_logic": [
[
{
"field": "field_645e7df0c6702",
"operator": "==",
"value": "image"
}
]
],
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"return_format": "array",
"library": "all",
"min_width": "",
"min_height": "",
"min_size": "",
"max_width": "",
"max_height": "",
"max_size": "",
"mime_types": "",
"preview_size": "medium"
},
{
"key": "field_645e7e60c6704",
"label": "Video",
"name": "video",
"aria-label": "",
"type": "oembed",
"instructions": "",
"required": 0,
"conditional_logic": [
[
{
"field": "field_645e7df0c6702",
"operator": "==",
"value": "video"
}
]
],
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"width": "",
"height": ""
},
{
"key": "field_645e7f04c6705",
"label": "Media on Left",
"name": "media_on_left",
"aria-label": "",
"type": "true_false",
"instructions": "",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"message": "",
"default_value": 0,
"ui": 0,
"ui_on_text": "",
"ui_off_text": ""
},
{
"key": "field_645e7f26c6706",
"label": "Heading",
"name": "heading",
"aria-label": "",
"type": "text",
"instructions": "",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"default_value": "",
"maxlength": "",
"placeholder": "",
"prepend": "",
"append": ""
},
{
"key": "field_645e7f3dc6707",
"label": "Subheading",
"name": "subheading",
"aria-label": "",
"type": "text",
"instructions": "",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"default_value": "",
"maxlength": "",
"placeholder": "",
"prepend": "",
"append": ""
},
{
"key": "field_645e7f49c6708",
"label": "Content",
"name": "content",
"aria-label": "",
"type": "wysiwyg",
"instructions": "",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"default_value": "",
"tabs": "all",
"toolbar": "full",
"media_upload": 1,
"delay": 0
},
{
"key": "field_645e7f85c6709",
"label": "Calls To Action",
"name": "calls_to_action",
"aria-label": "",
"type": "repeater",
"instructions": "",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"layout": "block",
"pagination": 0,
"min": 0,
"max": 0,
"collapsed": "",
"button_label": "Add Row",
"rows_per_page": 20,
"sub_fields": [
{
"key": "field_645e7f93c670a",
"label": "Link",
"name": "link",
"aria-label": "",
"type": "link",
"instructions": "",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"return_format": "array",
"parent_repeater": "field_645e7f85c6709"
},
{
"key": "field_646500c05f6da",
"label": "Color",
"name": "color",
"aria-label": "",
"type": "select",
"instructions": "",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"choices": {
"primary": "Primary",
"secondary": "Secondary",
"white": "White",
"gray": "Gray"
},
"default_value": "primary",
"return_format": "value",
"multiple": 0,
"allow_null": 0,
"ui": 0,
"ajax": 0,
"placeholder": "",
"parent_repeater": "field_645e7f85c6709"
},
{
"key": "field_646501305f6db",
"label": "Variant",
"name": "variant",
"aria-label": "",
"type": "select",
"instructions": "",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"choices": {
"default": "Default",
"outline": "Outline"
},
"default_value": "default",
"return_format": "value",
"multiple": 0,
"allow_null": 0,
"ui": 0,
"ajax": 0,
"placeholder": "",
"parent_repeater": "field_645e7f85c6709"
},
{
"key": "field_646501565f6dc",
"label": "Size",
"name": "size",
"aria-label": "",
"type": "select",
"instructions": "",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"choices": {
"small": "Small",
"medium": "Medium",
"large": "Large"
},
"default_value": "medium",
"return_format": "value",
"multiple": 0,
"allow_null": 0,
"ui": 0,
"ajax": 0,
"placeholder": "",
"parent_repeater": "field_645e7f85c6709"
},
{
"key": "field_646501735f6dd",
"label": "Width",
"name": "width",
"aria-label": "",
"type": "select",
"instructions": "",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"choices": {
"auto": "Auto",
"small": "Small",
"wide": "Wide",
"full": "Full Width"
},
"default_value": "auto",
"return_format": "value",
"multiple": 0,
"allow_null": 0,
"allow_in_bindings": 1,
"ui": 0,
"ajax": 0,
"placeholder": "",
"parent_repeater": "field_645e7f85c6709"
}
]
}
],
"location": [
[
{
"param": "block",
"operator": "==",
"value": "acf\/media-text"
}
],
[
{
"param": "block",
"operator": "==",
"value": "acf\/media-text-innerblocks"
}
]
],
"menu_order": 0,
"position": "normal",
"style": "default",
"label_placement": "top",
"instruction_placement": "label",
"hide_on_screen": "",
"active": true,
"description": "",
"show_in_rest": 0,
"modified": 1742680440
}