Added Event entity type.

This commit is contained in:
2021-01-28 10:22:20 +00:00
parent 53648faff7
commit b48ba012cb
36 changed files with 1353 additions and 0 deletions

View File

@ -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