refactor: SectionWrapper
All checks were successful
Deploy WordPress and Nuxt / deploy (push) Successful in 57s

This commit is contained in:
2025-09-24 15:38:45 -04:00
parent 5c49583287
commit 1f81cb4ad8
7 changed files with 35 additions and 17 deletions

View File

@@ -6669,12 +6669,12 @@ type GroupAbstractBuilderSectionsLayoutSettings implements AcfFieldGroup & AcfFi
"""
Field of the "select" Field Type added to the schema as part of the "SectionTheme" Field Group
"""
bgColor: [String]!
bgColor: [String]
"""
Field of the "select" Field Type added to the schema as part of the "SectionContainer" Field Group
"""
contentWidth: [String]!
contentWidth: [String]
"""The name of the field group"""
fieldGroupName: String @deprecated(reason: "Use __typename instead")
@@ -21726,7 +21726,7 @@ type SectionContainer implements AcfFieldGroup & AcfFieldGroupFields & SectionCo
"""
Field of the "select" Field Type added to the schema as part of the "SectionContainer" Field Group
"""
contentWidth: [String]!
contentWidth: [String]
"""The name of the field group"""
fieldGroupName: String @deprecated(reason: "Use __typename instead")
@@ -21739,7 +21739,7 @@ interface SectionContainer_Fields implements AcfFieldGroup & AcfFieldGroupFields
"""
Field of the "select" Field Type added to the schema as part of the "SectionContainer" Field Group
"""
contentWidth: [String]!
contentWidth: [String]
"""The name of the field group"""
fieldGroupName: String @deprecated(reason: "Use __typename instead")
@@ -21752,7 +21752,7 @@ type SectionTheme implements AcfFieldGroup & AcfFieldGroupFields & SectionTheme_
"""
Field of the "select" Field Type added to the schema as part of the "SectionTheme" Field Group
"""
bgColor: [String]!
bgColor: [String]
"""The name of the field group"""
fieldGroupName: String @deprecated(reason: "Use __typename instead")
@@ -21765,7 +21765,7 @@ interface SectionTheme_Fields implements AcfFieldGroup & AcfFieldGroupFields {
"""
Field of the "select" Field Type added to the schema as part of the "SectionTheme" Field Group
"""
bgColor: [String]!
bgColor: [String]
"""The name of the field group"""
fieldGroupName: String @deprecated(reason: "Use __typename instead")