generated from pascalmartineau/wp-skeleton
refactor: SectionWrapper
All checks were successful
Deploy WordPress and Nuxt / deploy (push) Successful in 57s
All checks were successful
Deploy WordPress and Nuxt / deploy (push) Successful in 57s
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user