toolshed-8.x-1.x-dev/config/schema/toolshed.schema.yml
config/schema/toolshed.schema.yml
toolshed.assets.config:
type: config_object
mapping:
dev_assets:
type: boolean
label: 'Use development versions of CSS & JS assets.'
debounce:
type: mapping
label: 'Debounce settings'
mapping:
enabled:
type: boolean
label: 'Enabled'
delay:
type: integer
label: 'Milliseconds to delay'
accordions:
type: mapping
label: 'Accordions behaviors settings'
mapping:
itemSelector:
type: string
label: 'Accordions item selector'
toggleSelector:
type: string
label: 'Selector for the element which toggles the expand/collapse.'
bodySelector:
type: string
label: 'Selector to locate the collapsible portion of the item.'
toolshed.external_url:
type: mapping
label: 'External URL components'
mapping:
scheme:
type: string
host:
type: string
path:
type: string
fragment:
type: string
query:
type: sequence
sequence:
type: string
