Changed name of Profile entity to Hat
so as not to conflict with Profile or Profile2 module on existing sites
This commit is contained in:
@ -25,29 +25,6 @@ entity.person.delete_form:
|
||||
title: Delete
|
||||
weight: 10
|
||||
|
||||
# Profile routing definition
|
||||
|
||||
entity.profile.canonical:
|
||||
route_name: entity.profile.canonical
|
||||
base_route: entity.profile.canonical
|
||||
title: 'View'
|
||||
|
||||
entity.profile.edit_form:
|
||||
route_name: entity.profile.edit_form
|
||||
base_route: entity.profile.canonical
|
||||
title: 'Edit'
|
||||
|
||||
entity.profile.version_history:
|
||||
route_name: entity.profile.version_history
|
||||
base_route: entity.profile.canonical
|
||||
title: 'Revisions'
|
||||
|
||||
entity.profile.delete_form:
|
||||
route_name: entity.profile.delete_form
|
||||
base_route: entity.profile.canonical
|
||||
title: Delete
|
||||
weight: 10
|
||||
|
||||
# Contact Details routing definition
|
||||
contact_details.settings_tab:
|
||||
route_name: contact_details.settings
|
||||
@ -119,3 +96,21 @@ entity.contact_details.delete_form:
|
||||
title: Delete
|
||||
weight: 10
|
||||
|
||||
# Hat routing definition
|
||||
|
||||
entity.hat.canonical:
|
||||
route_name: entity.hat.canonical
|
||||
base_route: entity.hat.canonical
|
||||
title: 'View'
|
||||
|
||||
entity.hat.edit_form:
|
||||
route_name: entity.hat.edit_form
|
||||
base_route: entity.hat.canonical
|
||||
title: 'Edit'
|
||||
|
||||
entity.hat.delete_form:
|
||||
route_name: entity.hat.delete_form
|
||||
base_route: entity.hat.canonical
|
||||
title: Delete
|
||||
weight: 10
|
||||
|
||||
|
||||
Reference in New Issue
Block a user