You are here

modal_page.links.menu.yml in Modal 4.1.x

File

modal_page.links.menu.yml
View source
  1. # Modal menu items definition
  2. entity.modal.collection:
  3. title: 'Modal'
  4. route_name: entity.modal.collection
  5. description: 'List Modal (bundles)'
  6. parent: system.admin_structure
  7. modal_page.add_modal:
  8. title: 'Add Modal'
  9. route_name: entity.modal.add_form
  10. description: 'Add Modal'
  11. parent: entity.modal.collection
  12. modal_page.admin:
  13. title: 'Modal Page'
  14. route_name: modal_page.settings
  15. description: 'Settings for the Modal Page'
  16. parent: system.admin_config_ui
  17. modal_page.global_settings:
  18. title: 'Global Settings'
  19. route_name: modal_page.settings
  20. description: 'Global Settings'
  21. parent: entity.modal.collection