fix: Abstract social profiles should not be non-null
All checks were successful
Deployment / wordpress (push) Successful in 9s
Deployment / nuxt (push) Successful in 1m7s

This commit is contained in:
2026-02-11 09:53:31 -05:00
parent 2304d855b7
commit b0c5e4c20f
2 changed files with 236 additions and 230 deletions

View File

@@ -26,7 +26,7 @@
"show_in_graphql": 1, "show_in_graphql": 1,
"graphql_description": "", "graphql_description": "",
"graphql_field_name": "profiles", "graphql_field_name": "profiles",
"graphql_non_null": 1, "graphql_non_null": 0,
"rows_per_page": 20, "rows_per_page": 20,
"sub_fields": [ "sub_fields": [
{ {
@@ -72,7 +72,9 @@
"description": "", "description": "",
"show_in_rest": 0, "show_in_rest": 0,
"display_title": "", "display_title": "",
"acfe_autosync": ["json"], "acfe_autosync": [
"json"
],
"acfe_form": 0, "acfe_form": 0,
"show_in_graphql": 1, "show_in_graphql": 1,
"graphql_field_name": "GroupAbstractSocial", "graphql_field_name": "GroupAbstractSocial",
@@ -80,5 +82,5 @@
"graphql_types": "", "graphql_types": "",
"acfe_meta": "", "acfe_meta": "",
"acfe_note": "", "acfe_note": "",
"modified": 1769788591 "modified": 1770821599
} }

View File

@@ -55,7 +55,7 @@
"aria-label": "", "aria-label": "",
"type": "clone", "type": "clone",
"instructions": "", "instructions": "",
"required": 1, "required": 0,
"conditional_logic": 0, "conditional_logic": 0,
"wrapper": { "wrapper": {
"width": "", "width": "",
@@ -63,7 +63,9 @@
"id": "" "id": ""
}, },
"graphql_field_name": "social", "graphql_field_name": "social",
"clone": ["group_abstract_social"], "clone": [
"group_abstract_social"
],
"display": "seamless", "display": "seamless",
"layout": "block", "layout": "block",
"prefix_label": 0, "prefix_label": 0,
@@ -95,6 +97,9 @@
"graphql_description": "", "graphql_description": "",
"graphql_field_name": "links", "graphql_field_name": "links",
"graphql_non_null": 0, "graphql_non_null": 0,
"acfe_group_modal_close": 0,
"acfe_group_modal_button": "",
"acfe_group_modal_size": "large",
"sub_fields": [ "sub_fields": [
{ {
"key": "field_697cc93e234cd", "key": "field_697cc93e234cd",
@@ -117,10 +122,7 @@
"graphql_field_name": "contact", "graphql_field_name": "contact",
"graphql_non_null": 1 "graphql_non_null": 1
} }
], ]
"acfe_group_modal_close": 0,
"acfe_group_modal_button": "",
"acfe_group_modal_size": "large"
} }
], ],
"location": [ "location": [
@@ -142,7 +144,9 @@
"description": "", "description": "",
"show_in_rest": 0, "show_in_rest": 0,
"display_title": "", "display_title": "",
"acfe_autosync": ["json"], "acfe_autosync": [
"json"
],
"acfe_form": 0, "acfe_form": 0,
"show_in_graphql": 1, "show_in_graphql": 1,
"graphql_field_name": "GroupSiteOptions", "graphql_field_name": "GroupSiteOptions",
@@ -150,5 +154,5 @@
"graphql_types": "", "graphql_types": "",
"acfe_meta": "", "acfe_meta": "",
"acfe_note": "", "acfe_note": "",
"modified": 1770002699 "modified": 1770820358
} }