group-8.x-1.x-dev/group.links.task.yml
group.links.task.yml
# @todo For 2.0.0: Prefix entity-specific links with entity. group.list: title: 'List' base_route: 'entity.group.collection' route_name: 'entity.group.collection' weight: 0 group.types: title: 'Group types' base_route: 'entity.group.collection' route_name: 'entity.group_type.collection' weight: 5 group.settings: title: 'Settings' base_route: 'entity.group.collection' route_name: 'group.settings' weight: 10 group.view: title: 'View' base_route: 'entity.group.canonical' route_name: 'entity.group.canonical' weight: 0 group.edit_form: title: 'Edit' base_route: 'entity.group.canonical' route_name: 'entity.group.edit_form' weight: 5 group.delete_form: title: 'Delete' base_route: 'entity.group.canonical' route_name: 'entity.group.delete_form' weight: 10 group.content: title: 'All entities' base_route: 'entity.group.canonical' route_name: 'entity.group_content.collection' weight: 15 group_type.edit_form: title: 'Edit' base_route: 'entity.group_type.edit_form' route_name: 'entity.group_type.edit_form' weight: 0 group_type.permissions_form: title: 'Permissions' route_name: 'entity.group_type.permissions_form' base_route: 'entity.group_type.edit_form' weight: 15 group_type.roles_list: title: 'Roles' route_name: 'entity.group_role.collection' base_route: 'entity.group_type.edit_form' weight: 20 group_type.content_plugins: title: 'Content' base_route: 'entity.group_type.edit_form' route_name: 'entity.group_type.content_plugins' weight: 25 group_content_type.edit_form: title: 'Configure' base_route: 'entity.group_content_type.edit_form' route_name: 'entity.group_content_type.edit_form' weight: 0 group_role.edit_form: title: 'Edit' base_route: 'entity.group_role.edit_form' route_name: 'entity.group_role.edit_form' weight: 0 group_role.delete_form: title: 'Delete' route_name: 'entity.group_role.delete_form' base_route: 'entity.group_role.edit_form' weight: 5 group_role.permissions_form: title: 'Permissions' route_name: 'entity.group_role.permissions_form' base_route: 'entity.group_role.edit_form' weight: 10 group_content.view: title: 'View' base_route: 'entity.group_content.canonical' route_name: 'entity.group_content.canonical' weight: 0 group_content.edit: title: 'Edit' base_route: 'entity.group_content.canonical' route_name: 'entity.group_content.edit_form' weight: 5 group_content.delete: title: 'Remove' base_route: 'entity.group_content.canonical' route_name: 'entity.group_content.delete_form' weight: 10
