feat: AcfPhone

This commit is contained in:
2026-03-30 13:59:40 -04:00
parent edb3797f81
commit 1367ee2bb1
5 changed files with 24 additions and 4 deletions

View File

@@ -3,6 +3,9 @@ fragment SiteOptions on GroupSiteOptions {
social @nonNull {
...AcfSocial
}
phoneNumber {
...AcfPhone
}
}
query SiteOptions {