FieldGroupComponentOptions
Defined in: layout/types.ts:163
Options for layout components.
Extends
Section titled “Extends”Properties
Section titled “Properties”fields
Section titled “fields”fields:
FieldSpec[]
Defined in: layout/types.ts:167
vertical_labels?
Section titled “vertical_labels?”
optionalvertical_labels?:boolean
Defined in: layout/types.ts:164
no_labels?
Section titled “no_labels?”
optionalno_labels?:boolean
Defined in: layout/types.ts:165
no_padding?
Section titled “no_padding?”
optionalno_padding?:boolean
Defined in: layout/types.ts:166
hidden_from_frontend?
Section titled “hidden_from_frontend?”
optionalhidden_from_frontend?:boolean
Defined in: layout/types.ts:120
Inherited from
Section titled “Inherited from”ComponentOptions.hidden_from_frontend
show_in?
Section titled “show_in?”
optionalshow_in?:DefinedModuleAction[]
Defined in: layout/types.ts:121
Inherited from
Section titled “Inherited from”recipes?
Section titled “recipes?”
optionalrecipes?:LayoutElementRecipes| {fields:string;vertical_labels?:string;no_labels?:string;no_padding?:string;hidden_from_frontend?:string;show_in?:string;recipes?:string; }
Defined in: layout/types.ts:122