You are here

flag_lists.links.task.yml in Flag Lists 8

Same filename and directory in other branches
  1. 4.0.x flag_lists.links.task.yml

File

flag_lists.links.task.yml
View source
  1. # Flag lists admin structure
  2. flag_lists.admin.structure.settings:
  3. title: 'Flagging collections'
  4. route_name: entity.flagging_collection.collection
  5. base_route: entity.flagging_collection.collection
  6. # Flag lists setting pages
  7. entity.flag_list_item.collection:
  8. title: 'Flag List Item Handling'
  9. route_name: entity.flag_list_item.collection
  10. base_route: entity.flag_for_list.collection
  11. entity.flag_list_item.default:
  12. title: 'Templates for Flag Lists'
  13. route_name: entity.flag_for_list.collection
  14. base_route: entity.flag_for_list.collection
  15. # Flagging collection routing definition
  16. entity.flagging_collection.canonical:
  17. route_name: entity.flagging_collection.canonical
  18. base_route: entity.flagging_collection.canonical
  19. title: 'View'
  20. entity.flagging_collection.edit_form:
  21. route_name: entity.flagging_collection.edit_form
  22. base_route: entity.flagging_collection.canonical
  23. title: 'Edit'
  24. entity.flagging_collection.version_history:
  25. route_name: entity.flagging_collection.version_history
  26. base_route: entity.flagging_collection.canonical
  27. title: 'Revisions'
  28. entity.flagging_collection.delete_form:
  29. route_name: entity.flagging_collection.delete_form
  30. base_route: entity.flagging_collection.canonical
  31. title: Delete
  32. weight: 10
  33. #
  34. # Remove the following to supress double tasks. This also mean that
  35. # the below definitions for Flagging collection has no "home"
  36. #
  37. # Flagging collection menu items definition
  38. #entity.flagging_collection.collection:
  39. # title: 'Flagging collection list'
  40. # route_name: entity.flagging_collection.collection
  41. # description: 'List Flagging collection entities'
  42. # base_route: entity.flagging_collection.collection
  43. # weight: 100
  44. # Flagging collection type menu items definition
  45. entity.flagging_collection_type.collection:
  46. title: 'Flagging collection type'
  47. route_name: entity.flagging_collection_type.collection
  48. description: 'List Flagging collection type (bundles)'
  49. base_route: entity.flagging_collection.collection
  50. weight: 99