You are here

toolbar_menu_element.schema.yml in Toolbar Menu 8.2

Same filename and directory in other branches
  1. 8 config/schema/toolbar_menu_element.schema.yml
config/schema/toolbar_menu_element.schema.yml

File

config/schema/toolbar_menu_element.schema.yml
View source
  1. toolbar_menu.toolbar_menu_element.*:
  2. type: config_entity
  3. label: 'Toolbar menu element config'
  4. mapping:
  5. id:
  6. type: string
  7. label: 'ID'
  8. label:
  9. type: label
  10. label: 'Label'
  11. uuid:
  12. type: string
  13. weight:
  14. type: integer
  15. label: 'Weight'
  16. menu:
  17. type: string
  18. label: 'Menu'
  19. rewrite_label:
  20. type: boolean
  21. label: 'Rewrite menu label with this label'