Issue #1964592 by vijaycs85: Create configuration schemas for picture module.

8.0.x
webchick 2013-04-10 11:56:00 -07:00
parent a3a2b14f5e
commit c454976b94
1 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,33 @@
# Schema for the configuration files of the Picture module.
picture.mappings.*:
type: mapping
label: 'Picture mapping'
mapping:
id:
type: string
label: 'Machine-readable name'
uuid:
type: string
label: 'UUID'
label:
type: label
label: 'Label'
mappings:
type: sequence
label: 'Mappings'
sequence:
- type: sequence
label: 'Mapping'
sequence:
- type: string
label: 'Image style'
breakpointGroup:
type: string
label: 'Breakpoint group'
status:
type: boolean
label: 'Status'
langcode:
type: string
label: 'Default language'