You are here

stickynav.schema.yml in Sticky Navigation 8

config/schema/stickynav.schema.yml

File

config/schema/stickynav.schema.yml
View source
  1. # Schema for the configuration files of the stickynav module.
  2. stickynav.settings.*:
  3. type: config_object
  4. label: 'Sticky Nav settings'
  5. mapping:
  6. enabled:
  7. type: boolean
  8. label: 'Enabled'
  9. selector:
  10. type: string
  11. label: 'jQuery Element Selector'
  12. offset:
  13. type: string
  14. label: 'Offset Selector'
  15. custom_offset:
  16. type: integer
  17. label: 'Custom Offset'
  18. roles:
  19. type: sequence
  20. label: 'Stickynav Roles'