68 lines
1.3 KiB
YAML
68 lines
1.3 KiB
YAML
# Schema for the configuration files of the Breakpoint module.
|
|
breakpoint.breakpoint.*.*.*:
|
|
type: mapping
|
|
label: 'Defines the Breakpoint entity'
|
|
mapping:
|
|
id:
|
|
type: string
|
|
label: 'ID'
|
|
uuid:
|
|
type: string
|
|
label: 'UUID'
|
|
name:
|
|
type: string
|
|
label: 'Machine name'
|
|
label:
|
|
type: string
|
|
label: 'Label'
|
|
mediaQuery:
|
|
type: string
|
|
label: 'Media query'
|
|
source:
|
|
type: string
|
|
label: 'Source'
|
|
sourceType:
|
|
type: string
|
|
label: 'Source type'
|
|
weight:
|
|
type: string
|
|
label: 'Weight'
|
|
multipliers:
|
|
type: sequence
|
|
label: 'Multipliers'
|
|
sequence:
|
|
- type: string
|
|
label: 'Multiplier'
|
|
langcode:
|
|
type: string
|
|
label: 'Language'
|
|
|
|
breakpoint.breakpoint_group.*.*.*:
|
|
type: mapping
|
|
label: 'Breakpoint group settings'
|
|
mapping:
|
|
id:
|
|
type: string
|
|
label: 'Group ID'
|
|
uuid:
|
|
type: string
|
|
label: 'UUID'
|
|
name:
|
|
type: string
|
|
label: 'Machine name'
|
|
label:
|
|
type: string
|
|
label: 'Label'
|
|
breakpoints:
|
|
type: sequence
|
|
label: 'Breakpoints'
|
|
sequence:
|
|
- type: string
|
|
label: 'Breakpoint name'
|
|
source:
|
|
type: string
|
|
label: 'Group source: theme or module name'
|
|
sourceType:
|
|
type: string
|
|
label: 'Group source type'
|