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
Type: object

Properties

fields object
tabs object
10 nested properties
fields object required
stretch boolean

specifies if this tab stretches to fit the parent height

defaultTab string

the default tab to assign fields to. Default: Misc

Default: "Misc"
activeTab string | number

selected tab when the form first loads, name or index. Default: 1

Default: 1
icons object

assign icons to tabs using tab names as the key

lazy string[]

array of tabs to be loaded dynamically when clicked. Useful for tabs that contain large amounts of content

identifiers object

array of custom HTML identifiers for targeting the tab. Useful for showing and hiding tabs using JavaScript

linkable boolean

determines if the tabs can be linked using URL fragments. Default: true

Default: true
cssClass string

assigns a CSS class to the tab container

paneCssClass object | string

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.

secondaryTabs object
10 nested properties
fields object required
stretch boolean

specifies if this tab stretches to fit the parent height

defaultTab string

the default tab to assign fields to. Default: Misc

Default: "Misc"
activeTab string | number

selected tab when the form first loads, name or index. Default: 1

Default: 1
icons object

assign icons to tabs using tab names as the key

lazy string[]

array of tabs to be loaded dynamically when clicked. Useful for tabs that contain large amounts of content

identifiers object

array of custom HTML identifiers for targeting the tab. Useful for showing and hiding tabs using JavaScript

linkable boolean

determines if the tabs can be linked using URL fragments. Default: true

Default: true
cssClass string

assigns a CSS class to the tab container

paneCssClass object | string

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

fields object
tabs object
fields object required
stretch boolean

specifies if this tab stretches to fit the parent height

defaultTab string

the default tab to assign fields to. Default: Misc

Default: "Misc"
activeTab string | number

selected tab when the form first loads, name or index. Default: 1

Default: 1
icons object

assign icons to tabs using tab names as the key

lazy string[]

array of tabs to be loaded dynamically when clicked. Useful for tabs that contain large amounts of content

identifiers object

array of custom HTML identifiers for targeting the tab. Useful for showing and hiding tabs using JavaScript

linkable boolean

determines if the tabs can be linked using URL fragments. Default: true

Default: true
cssClass string

assigns a CSS class to the tab container

paneCssClass object | string

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.

datatableColumns object