-
Notifications
You must be signed in to change notification settings - Fork 1
/
splashify.links.task.yml
34 lines (28 loc) · 1.03 KB
/
splashify.links.task.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Splashify entity routing definition
entity.splashify_entity.canonical:
route_name: entity.splashify_entity.canonical
base_route: entity.splashify_entity.canonical
title: 'View'
entity.splashify_entity.edit_form:
route_name: entity.splashify_entity.edit_form
base_route: entity.splashify_entity.canonical
title: Edit
entity.splashify_entity.delete_form:
route_name: entity.splashify_entity.delete_form
base_route: entity.splashify_entity.canonical
title: Delete
weight: 10
# Splashify group entity routing definition
entity.splashify_group_entity.canonical:
route_name: entity.splashify_group_entity.canonical
base_route: entity.splashify_group_entity.canonical
title: 'View'
entity.splashify_group_entity.edit_form:
route_name: entity.splashify_group_entity.edit_form
base_route: entity.splashify_group_entity.canonical
title: Edit
entity.splashify_group_entity.delete_form:
route_name: entity.splashify_group_entity.delete_form
base_route: entity.splashify_group_entity.canonical
title: Delete
weight: 10