- Name:
hidden
- UI: None
- Data type: Any valid data type
Hidden widgets do not display in the UI. In folder collections that allow users to create new items, you will often want to set a default for hidden fields, so they will be set without requiring an input.
Widget Options
For common options, see Common widget options.
Name 17400_591149-6b> |
Type 17400_61e6af-d8> |
Default 17400_1c80e3-37> |
Description 17400_b119a1-8f> |
---|---|---|---|
default 17400_941ce5-89> |
string 17400_69a814-47> |
|
Optional. The default value for the field. Accepts any valid data type. Recommended for collections that allow adding new items. 17400_5c41a7-3f> |
Example
name: layout
label: Layout
widget: hidden
default: blog
name: 'layout',
label: 'Layout',
widget: 'hidden',
default: 'blog',