feat: LaoutContained

This commit is contained in:
2026-01-13 21:51:18 -05:00
parent 2b9a87511b
commit c7f6cca663
7 changed files with 301 additions and 3 deletions

View File

@@ -3320,6 +3320,37 @@ type GroupAbstractBuilder implements AcfFieldGroup & AcfFieldGroupFields & Group
sections: [GroupAbstractBuilderSections_Layout]
}
"""
The "GroupAbstractBuilderSectionsLayoutSettings" Field Group. Added to the Schema by "WPGraphQL for ACF".
"""
type GroupAbstractBuilderSectionsLayoutSettings implements AcfFieldGroup & AcfFieldGroupFields & GroupAbstractBuilderSectionsLayoutSettings_Fields & GroupLayoutContained_Fields {
"""
Field of the "select" Field Type added to the schema as part of the "GroupLayoutContained" Field Group
"""
bgColor: [String]!
"""
Field of the "select" Field Type added to the schema as part of the "GroupLayoutContained" Field Group
"""
container: [String]!
"""The name of the field group"""
fieldGroupName: String @deprecated(reason: "Use __typename instead")
"""
Field of the "select" Field Type added to the schema as part of the "GroupLayoutContained" Field Group
"""
verticalPadding: [String]!
}
"""
Interface representing fields of the ACF "GroupAbstractBuilderSectionsLayoutSettings" Field Group
"""
interface GroupAbstractBuilderSectionsLayoutSettings_Fields implements AcfFieldGroup & AcfFieldGroupFields {
"""The name of the field group"""
fieldGroupName: String @deprecated(reason: "Use __typename instead")
}
"""
The "GroupAbstractBuilderSectionsTextBlockLayout" Field Group. Added to the Schema by "WPGraphQL for ACF".
"""
@@ -3331,6 +3362,11 @@ type GroupAbstractBuilderSectionsTextBlockLayout implements AcfFieldGroup & AcfF
"""The name of the field group"""
fieldGroupName: String @deprecated(reason: "Use __typename instead")
"""
Field of the "clone" Field Type added to the schema as part of the "GroupAbstractBuilderSectionsTextBlockLayout" Field Group
"""
layoutSettings: GroupAbstractBuilderSectionsLayoutSettings
}
"""
@@ -3344,6 +3380,11 @@ interface GroupAbstractBuilderSectionsTextBlockLayout_Fields implements AcfField
"""The name of the field group"""
fieldGroupName: String @deprecated(reason: "Use __typename instead")
"""
Field of the "clone" Field Type added to the schema as part of the "GroupAbstractBuilderSectionsTextBlockLayout" Field Group
"""
layoutSettings: GroupAbstractBuilderSectionsLayoutSettings
}
"""
@@ -3367,6 +3408,52 @@ interface GroupAbstractBuilder_Fields implements AcfFieldGroup & AcfFieldGroupFi
sections: [GroupAbstractBuilderSections_Layout]
}
"""
The "GroupLayoutContained" Field Group. Added to the Schema by "WPGraphQL for ACF".
"""
type GroupLayoutContained implements AcfFieldGroup & AcfFieldGroupFields & GroupLayoutContained_Fields {
"""
Field of the "select" Field Type added to the schema as part of the "GroupLayoutContained" Field Group
"""
bgColor: [String]!
"""
Field of the "select" Field Type added to the schema as part of the "GroupLayoutContained" Field Group
"""
container: [String]!
"""The name of the field group"""
fieldGroupName: String @deprecated(reason: "Use __typename instead")
"""
Field of the "select" Field Type added to the schema as part of the "GroupLayoutContained" Field Group
"""
verticalPadding: [String]!
}
"""
Interface representing fields of the ACF "GroupLayoutContained" Field Group
"""
interface GroupLayoutContained_Fields implements AcfFieldGroup & AcfFieldGroupFields {
"""
Field of the "select" Field Type added to the schema as part of the "GroupLayoutContained" Field Group
"""
bgColor: [String]!
"""
Field of the "select" Field Type added to the schema as part of the "GroupLayoutContained" Field Group
"""
container: [String]!
"""The name of the field group"""
fieldGroupName: String @deprecated(reason: "Use __typename instead")
"""
Field of the "select" Field Type added to the schema as part of the "GroupLayoutContained" Field Group
"""
verticalPadding: [String]!
}
"""
The "GroupPostPage" Field Group. Added to the Schema by "WPGraphQL for ACF".
"""