feat: AcfSocial

This commit is contained in:
2026-03-26 11:06:23 -04:00
parent 0c93890536
commit b5aa40768b
4 changed files with 55 additions and 5 deletions

View File

@@ -0,0 +1,5 @@
fragment AcfSocial on GroupAbstractSocial_Fields {
profiles @filterNullItems @nullToEmpty {
url
}
}