picture.schema.yml

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

File

drupal/core/modules/picture/config/schema/picture.schema.yml
View source
  1. # Schema for the configuration files of the Picture module.
  2. picture.mappings.*:
  3. type: mapping
  4. label: 'Picture mapping'
  5. mapping:
  6. id:
  7. type: string
  8. label: 'Machine-readable name'
  9. uuid:
  10. type: string
  11. label: 'UUID'
  12. label:
  13. type: label
  14. label: 'Label'
  15. mappings:
  16. type: sequence
  17. label: 'Mappings'
  18. sequence:
  19. - type: sequence
  20. label: 'Mapping'
  21. sequence:
  22. - type: string
  23. label: 'Image style'
  24. breakpointGroup:
  25. type: string
  26. label: 'Breakpoint group'
  27. status:
  28. type: boolean
  29. label: 'Status'
  30. langcode:
  31. type: string
  32. label: 'Default language'