You are here

sidr.schema.yml in Sidr: Accessible Mobile Menus 8.3

Same filename and directory in other branches
  1. 8 config/schema/sidr.schema.yml
  2. 8.2 config/schema/sidr.schema.yml
config/schema/sidr.schema.yml

File

config/schema/sidr.schema.yml
View source
  1. sidr.settings:
  2. type: config_object
  3. label: 'Sidr settings'
  4. mapping:
  5. sidr_theme:
  6. type: string
  7. label: 'Sidr theme'
  8. close_on_escape:
  9. type: boolean
  10. label: 'Close on Escape'
  11. close_on_blur:
  12. type: boolean
  13. label: 'Close on blur'
  14. sidr_trigger_block:
  15. type: block_settings
  16. label: 'Sidr trigger block'
  17. mapping:
  18. trigger_text:
  19. type: label
  20. label: 'Trigger text'
  21. trigger_icon:
  22. type: string
  23. label: 'Trigger icon'
  24. sidr_name:
  25. type: string
  26. label: 'Unique ID'
  27. sidr_source:
  28. type: string
  29. label: 'Source'
  30. sidr_side:
  31. type: string
  32. label: 'Location'
  33. sidr_renaming:
  34. type: boolean
  35. label: 'Rename elements'
  36. sidr_speed:
  37. type: string
  38. label: 'Animation speed'
  39. sidr_timing:
  40. type: string
  41. label: 'Animation timing function'
  42. sidr_method:
  43. type: string
  44. label: 'Trigger action'
  45. sidr_displace:
  46. type: boolean
  47. label: 'Displace content'
  48. sidr_body:
  49. type: string
  50. label: 'Element to displace'
  51. block.settings.sidr_trigger:
  52. type: sidr_trigger_block