ng_lightbox.schema.yml 542 B

12345678910111213141516171819
  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.'