You are here

menu_position.schema.yml in Menu Position 8

config/schema/menu_position.schema.yml

File

config/schema/menu_position.schema.yml
View source
  1. menu_position.menu_position_rule.*:
  2. type: config_entity
  3. label: 'Menu position rule config'
  4. mapping:
  5. id:
  6. type: string
  7. label: 'ID'
  8. label:
  9. type: label
  10. label: 'Label'
  11. menu_name:
  12. type: string
  13. label: 'The name of the menu used in this rule'
  14. parent:
  15. type: string
  16. label: 'The parent menu plugin ID used for this rule'
  17. menu_link:
  18. type: string
  19. label: 'The menu link plugin id for this rule'
  20. enabled:
  21. type: boolean
  22. label: 'Whether the rule is enabled or not'
  23. weight:
  24. type: integer
  25. label: 'The weight of this rule'
  26. conditions:
  27. type: sequence
  28. label: 'Conditions'
  29. sequence:
  30. type: condition.plugin.[id]
  31. label: 'Condition'