October CMS fields
October CMS fields files
| Type | object |
|---|---|
| File match |
fields.yaml
*_fields.yaml
|
| Schema URL | https://catalog.lintel.tools/schemas/schemastore/october-cms-fields/latest.json |
| Source | https://raw.githubusercontent.com/inetis-ch/october-schemas/master/fields.json |
Validate with Lintel
npx @lintel/lintel check
Properties
10 nested properties
specifies if this tab stretches to fit the parent height
the default tab to assign fields to. Default: Misc
selected tab when the form first loads, name or index. Default: 1
assign icons to tabs using tab names as the key
array of tabs to be loaded dynamically when clicked. Useful for tabs that contain large amounts of content
array of custom HTML identifiers for targeting the tab. Useful for showing and hiding tabs using JavaScript
determines if the tabs can be linked using URL fragments. Default: true
assigns a CSS class to the tab container
assigns a CSS class to an individual tab pane. Value is an array, key is tab index or label, value is the CSS class. It can also be specified as a string, in which case the value will be applied to all tabs.
10 nested properties
specifies if this tab stretches to fit the parent height
the default tab to assign fields to. Default: Misc
selected tab when the form first loads, name or index. Default: 1
assign icons to tabs using tab names as the key
array of tabs to be loaded dynamically when clicked. Useful for tabs that contain large amounts of content
array of custom HTML identifiers for targeting the tab. Useful for showing and hiding tabs using JavaScript
determines if the tabs can be linked using URL fragments. Default: true
assigns a CSS class to the tab container
assigns a CSS class to an individual tab pane. Value is an array, key is tab index or label, value is the CSS class. It can also be specified as a string, in which case the value will be applied to all tabs.
Definitions
specifies if this tab stretches to fit the parent height
the default tab to assign fields to. Default: Misc
selected tab when the form first loads, name or index. Default: 1
assign icons to tabs using tab names as the key
array of tabs to be loaded dynamically when clicked. Useful for tabs that contain large amounts of content
array of custom HTML identifiers for targeting the tab. Useful for showing and hiding tabs using JavaScript
determines if the tabs can be linked using URL fragments. Default: true
assigns a CSS class to the tab container
assigns a CSS class to an individual tab pane. Value is an array, key is tab index or label, value is the CSS class. It can also be specified as a string, in which case the value will be applied to all tabs.