You are here

ng_lightbox.schema.yml in NG Lightbox 8

Same filename and directory in other branches
  1. 2.x config/schema/ng_lightbox.schema.yml
config/schema/ng_lightbox.schema.yml

File

config/schema/ng_lightbox.schema.yml
View source
  1. ng_lightbox.settings:
  2. type: config_object
  3. label: 'NG Lightbox settings.'
  4. mapping:
  5. patterns:
  6. type: string
  7. label: 'The path patterns to try match.'
  8. default_width:
  9. type: integer
  10. label: 'The default width of the lightbox.'
  11. lightbox_class:
  12. type: string
  13. label: 'The custom class of the lightbox.'
  14. skip_admin_paths:
  15. type: boolean
  16. label: 'Whether to disable the lightbox on admin pages.'
  17. renderer:
  18. type: string
  19. label: 'The renderer used to launch a the lightbox.'