countdown-8.x-1.8/modules/countdown_block/config/schema/countdown_block.schema.yml
modules/countdown_block/config/schema/countdown_block.schema.yml
# Schema for countdown block configuration.
block.settings.countdown_block:
type: block_settings
label: 'Countdown block settings'
mapping:
method:
type: string
label: 'Loading method'
library:
type: string
label: 'Countdown library'
cdn_provider:
type: string
label: 'CDN provider'
target_date:
type: string
label: 'Target date/time'
timezone:
type: string
label: 'Timezone'
event_name:
type: string
label: 'Event name'
event_url:
type: uri
label: 'Event URL'
finish_message:
type: string
label: 'Completion message'
library_settings:
type: mapping
label: 'Library-specific settings'
mapping:
countdown:
type: mapping
label: 'Core timer settings'
mapping:
format:
type: string
label: 'Display format'
flipclock:
type: mapping
label: 'FlipClock settings'
mapping:
clockFace:
type: string
label: 'Clock face'
countdown:
type: boolean
label: 'Countdown mode'
showSeconds:
type: boolean
label: 'Show seconds'
flipdown:
type: mapping
label: 'FlipDown settings'
mapping:
theme:
type: string
label: 'Theme'
headings:
type: sequence
label: 'Unit headings'
sequence:
type: string
flip:
type: mapping
label: 'PQINA Flip settings'
mapping:
view:
type: string
label: 'View type'
format:
type: sequence
label: 'Format units'
sequence:
type: string
tick:
type: mapping
label: 'PQINA Tick settings'
mapping:
view:
type: string
label: 'View type'
format:
type: sequence
label: 'Format units'
sequence:
type: string
labels:
type: mapping
label: 'Unit labels'
mapping:
days:
type: string
label: 'Days label'
hours:
type: string
label: 'Hours label'
minutes:
type: string
label: 'Minutes label'
seconds:
type: string
label: 'Seconds label'
