You are here

responsive_preview.schema.yml in Responsive Theme Preview 8

config/schema/responsive_preview.schema.yml

File

config/schema/responsive_preview.schema.yml
View source
  1. # Schema for the configuration files of the Responsive preview module.
  2. responsive_preview.device.*:
  3. type: config_entity
  4. label: 'Responsive preview device'
  5. mapping:
  6. id:
  7. type: string
  8. label: 'Device ID'
  9. uuid:
  10. type: string
  11. label: 'UUID'
  12. label:
  13. type: label
  14. label: 'Device name'
  15. weight:
  16. type: integer
  17. label: 'Device weight'
  18. status:
  19. type: integer
  20. label: 'Show in preview list'
  21. orientation:
  22. type: string
  23. label: 'Default orientation'
  24. dimensions:
  25. type: mapping
  26. label: 'Dimensions'
  27. mapping:
  28. width:
  29. type: integer
  30. label: 'Width'
  31. height:
  32. type: integer
  33. label: 'Height'
  34. dppx:
  35. type: float
  36. label: 'Dots per pixel (dppx)'
  37. langcode:
  38. type: string
  39. label: 'Default language'