You are here

viewport.schema.yml in Viewport 8

config/schema/viewport.schema.yml

File

config/schema/viewport.schema.yml
View source
  1. # Schema for the configuration files of the Viewport module.
  2. viewport.settings:
  3. type: config_object
  4. label: 'Viewport settings'
  5. mapping:
  6. selected_pages:
  7. type: text
  8. label: 'Selected pages'
  9. width:
  10. type: string
  11. label: 'Viewport width'
  12. height:
  13. type: string
  14. label: 'Viewport height'
  15. initial_scale:
  16. type: float
  17. label: 'Initial scale'
  18. minimum_scale:
  19. type: float
  20. label: 'Minimum scale'
  21. maximum_scale:
  22. type: float
  23. label: 'Maximum scale'
  24. user_scalable:
  25. type: boolean
  26. label: 'User scalable'