You are here

simple_dialog.schema.yml in Simple Dialog 8

config/schema/simple_dialog.schema.yml

File

config/schema/simple_dialog.schema.yml
View source
  1. # Schema for configuration files of the Simple Dialog module.
  2. simple_dialog.settings:
  3. type: mapping
  4. label: 'Simple Dialog settings'
  5. mapping:
  6. js_all:
  7. type: boolean
  8. label: 'Add simple dialog javscript files to all pages'
  9. classes:
  10. type: string
  11. label: 'Additional Classes'
  12. defaults:
  13. type: mapping
  14. label: 'Defaults'
  15. mapping:
  16. settings:
  17. type: string
  18. label: 'Default Dialog Settings'
  19. target_selector:
  20. type: string
  21. label: 'Default Target Selector'
  22. title:
  23. type: string
  24. label: 'Default Dialog Title'