drupal/core/modules/breakpoint/config/schema/breakpoint.schema.yml

59 lines
1.2 KiB
YAML

# Schema for the configuration files of the Breakpoint module.
breakpoint.breakpoint.*.*.*:
type: config_entity
label: 'Defines the Breakpoint entity'
mapping:
id:
type: string
label: 'ID'
label:
type: label
label: 'Label'
name:
type: string
label: 'Machine name'
mediaQuery:
type: string
label: 'Media query'
source:
type: string
label: 'Source'
sourceType:
type: string
label: 'Source type'
weight:
type: integer
label: 'Weight'
multipliers:
type: sequence
label: 'Multipliers'
sequence:
- type: string
label: 'Multiplier'
breakpoint.breakpoint_group.*.*.*:
type: config_entity
label: 'Breakpoint group settings'
mapping:
id:
type: string
label: 'ID'
label:
type: label
label: 'Label'
name:
type: string
label: 'Machine name'
breakpoint_ids:
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'