You are here

menu_attributes.schema.yml in Menu Attributes 8

config/schema/menu_attributes.schema.yml

File

config/schema/menu_attributes.schema.yml
View source
  1. # Schema for the configuration files of the Menu Attributes module.
  2. menu_attributes.settings:
  3. type: config_object
  4. label: 'Menu Attributes'
  5. mapping:
  6. attribute_enable:
  7. type: mapping
  8. label: 'Enabled attributes'
  9. mapping:
  10. title:
  11. type: boolean
  12. label: 'Enable title attribute'
  13. id:
  14. type: boolean
  15. label: 'Enable id attribute'
  16. name:
  17. type: boolean
  18. label: 'Enable name attribute'
  19. rel:
  20. type: boolean
  21. label: 'Enable rel attribute'
  22. class:
  23. type: boolean
  24. label: 'Enable class attribute'
  25. style:
  26. type: boolean
  27. label: 'Enable style attribute'
  28. target:
  29. type: boolean
  30. label: 'Enable target attribute'
  31. accesskey:
  32. type: boolean
  33. label: 'Enable accesskey attribute'
  34. attribute_default:
  35. type: mapping
  36. label: 'Enabled attributes'
  37. mapping:
  38. title:
  39. type: string
  40. label: 'Title attribute default value'
  41. id:
  42. type: string
  43. label: 'Id attribute default value'
  44. name:
  45. type: string
  46. label: 'Name attribute default value'
  47. rel:
  48. type: string
  49. label: 'Rel attribute default value'
  50. class:
  51. type: string
  52. label: 'Class attribute default value'
  53. style:
  54. type: string
  55. label: 'Style attribute default value'
  56. target:
  57. type: string
  58. label: 'Target attribute default value'
  59. accesskey:
  60. type: string
  61. label: 'Accesskey attribute default value'