competition-8.x-1.x-dev/competition.links.task.yml
competition.links.task.yml
# Competition routing definition entity.competition.collection: route_name: entity.competition.collection base_route: entity.competition.collection title: 'List' entity.competition.settings: route_name: entity.competition.settings base_route: entity.competition.collection title: 'Settings' entity.competition.edit_form: route_name: entity.competition.edit_form base_route: entity.competition.edit_form title: 'Edit' entity.competition.devel_load: route_name: entity.competition.devel_load weight: 100 title: 'Devel' # Competition entry routing definition entity.competition_entry.collection: route_name: entity.competition_entry.collection base_route: system.admin_content weight: 100 title: 'Competition entries' entity.competition_entry.reports: route_name: entity.competition_entry.reports parent_id: entity.competition_entry.collection title: 'Reports' entity.competition_entry.judging: route_name: entity.competition_entry.judging parent_id: entity.competition_entry.collection title: 'Judging' entity.competition_entry.canonical: route_name: entity.competition_entry.canonical base_route: entity.competition_entry.canonical title: 'View' entity.competition_entry.edit_form: route_name: entity.competition_entry.edit_form base_route: entity.competition_entry.canonical title: 'Edit' entity.competition_entry.delete_form: route_name: entity.competition_entry.delete_form base_route: entity.competition_entry.canonical weight: 10 title: 'Delete' entity.competition_entry.devel_load: route_name: entity.competition_entry.devel_load weight: 100 title: 'Devel'
