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

View File

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