You are here

ultimenu.schema.yml in Ultimenu 8

Same filename and directory in other branches
  1. 8.2 config/schema/ultimenu.schema.yml
config/schema/ultimenu.schema.yml

File

config/schema/ultimenu.schema.yml
View source
  1. ultimenu.settings:
  2. type: config_object
  3. label: 'Ultimenu settings'
  4. mapping:
  5. blocks:
  6. type: sequence
  7. label: 'Ultimenu blocks'
  8. sequence:
  9. - type: string
  10. label: Block
  11. regions:
  12. type: sequence
  13. label: 'Ultimenu regions'
  14. sequence:
  15. - type: string
  16. label: region
  17. skins:
  18. type: string
  19. label: 'Path to custom Ultimenu skins library'
  20. goodies:
  21. type: mapping
  22. label: 'Ultimenu goodies'
  23. mapping:
  24. menu-desc:
  25. type: string
  26. label: 'Render menu description'
  27. desc-top:
  28. type: string
  29. label: 'Menu description above menu title'
  30. title-class:
  31. type: string
  32. label: 'Add TITLE class to menu item'
  33. mlid-class:
  34. type: string
  35. label: 'Add shortened UUID class'
  36. mlid-class-hash:
  37. type: string
  38. label: 'Add shortened HASH class'
  39. counter-class:
  40. type: string
  41. label: 'Add menu counter class'
  42. no-tooltip:
  43. type: string
  44. label: 'Remove browser tooltip'
  45. ultimenu-mlid:
  46. type: string
  47. label: 'Use shortened UUID, not TITLE, for Ultimenu region key'
  48. ultimenu-mlid-hash:
  49. type: string
  50. label: 'Use shortened HASH, not TITLE, for Ultimenu region key (takes precedence over previous option)'
  51. force-remove-region:
  52. type: string
  53. label: 'Force remove Ultimenu region stored in <strong>@theme_default.info.yml</strong>'
  54. block.settings.ultimenu_block:*:
  55. type: block_settings
  56. label: 'Ultimenu block'
  57. mapping:
  58. skin:
  59. type: string
  60. label: 'Ultimenu skin'
  61. orientation:
  62. type: string
  63. label: 'Flyout orientation'
  64. submenu:
  65. type: string
  66. label: 'Render submenu'
  67. submenu_position:
  68. type: string
  69. label: 'Submenu position'