Added Event entity type.
This commit is contained in:
@ -89,3 +89,20 @@ entity.oc_organisation.delete_form:
|
||||
base_route: entity.oc_organisation.canonical
|
||||
title: Delete
|
||||
weight: 10
|
||||
# Event routing definition
|
||||
|
||||
entity.oc_event.canonical:
|
||||
route_name: entity.oc_event.canonical
|
||||
base_route: entity.oc_event.canonical
|
||||
title: 'View'
|
||||
|
||||
entity.oc_event.edit_form:
|
||||
route_name: entity.oc_event.edit_form
|
||||
base_route: entity.oc_event.canonical
|
||||
title: 'Edit'
|
||||
|
||||
entity.oc_event.delete_form:
|
||||
route_name: entity.oc_event.delete_form
|
||||
base_route: entity.oc_event.canonical
|
||||
title: Delete
|
||||
weight: 10
|
||||
|
Reference in New Issue
Block a user