57 lines
1.1 KiB
YAML
Executable File
57 lines
1.1 KiB
YAML
Executable File
name: vitec/faq
|
|
group: vitec_custom_components
|
|
prefixFields: true
|
|
prefixType: vendor
|
|
|
|
fields:
|
|
- identifier: header_section
|
|
type: Palette
|
|
label: Header
|
|
fields:
|
|
- identifier: header
|
|
useExistingField: true
|
|
required: true
|
|
- type: Linebreak
|
|
- identifier: header_layout
|
|
useExistingField: true
|
|
- identifier: header_position
|
|
useExistingField: true
|
|
- identifier: date
|
|
useExistingField: true
|
|
- type: Linebreak
|
|
- identifier: header_link
|
|
useExistingField: true
|
|
- type: Linebreak
|
|
- identifier: subheader
|
|
useExistingField: true
|
|
|
|
|
|
|
|
|
|
|
|
- identifier: faq_items
|
|
type: Collection
|
|
labelField: question
|
|
minitems: 1
|
|
fields:
|
|
- identifier: question
|
|
type: Text
|
|
required: true
|
|
max: 255
|
|
|
|
- identifier: answer
|
|
type: Textarea
|
|
enableRichtext: true
|
|
|
|
- identifier: first_item_open
|
|
type: Checkbox
|
|
default: 1
|
|
|
|
- identifier: allow_multiple_open
|
|
type: Checkbox
|
|
default: 0
|
|
|
|
- identifier: debug
|
|
type: Checkbox
|
|
default: 0
|