Generated module and Person entity
Changed "published" status of entity to "enabled". Removed author field from display
This commit is contained in:
27
modules/zencrm_entities/zencrm_entities.links.task.yml
Normal file
27
modules/zencrm_entities/zencrm_entities.links.task.yml
Normal file
@ -0,0 +1,27 @@
|
||||
# Person routing definition
|
||||
person.settings_tab:
|
||||
route_name: person.settings
|
||||
title: 'Settings'
|
||||
base_route: person.settings
|
||||
|
||||
entity.person.canonical:
|
||||
route_name: entity.person.canonical
|
||||
base_route: entity.person.canonical
|
||||
title: 'View'
|
||||
|
||||
entity.person.edit_form:
|
||||
route_name: entity.person.edit_form
|
||||
base_route: entity.person.canonical
|
||||
title: 'Edit'
|
||||
|
||||
entity.person.version_history:
|
||||
route_name: entity.person.version_history
|
||||
base_route: entity.person.canonical
|
||||
title: 'Revisions'
|
||||
|
||||
entity.person.delete_form:
|
||||
route_name: entity.person.delete_form
|
||||
base_route: entity.person.canonical
|
||||
title: Delete
|
||||
weight: 10
|
||||
|
||||
Reference in New Issue
Block a user