You are here

menu_link_attributes.schema.yml in Menu Link Attributes 8

config/schema/menu_link_attributes.schema.yml

File

config/schema/menu_link_attributes.schema.yml
View source
  1. menu_link_attributes.config:
  2. type: config_object
  3. mapping:
  4. attributes:
  5. type: sequence
  6. label: 'Attributes'
  7. sequence:
  8. type: _menu_link_attributes.attribute
  9. label: 'An attribute'
  10. _menu_link_attributes.attribute:
  11. type: mapping
  12. mapping:
  13. label:
  14. type: string
  15. description:
  16. type: string
  17. type:
  18. type: string
  19. options:
  20. type: sequence
  21. sequence:
  22. type: string
  23. default_value:
  24. type: string