This repository has been archived on 2022-07-12. You can view files and clone it, but cannot push or open issues or pull requests.
opencase/modules/zencrm_entities/zencrm_entities.links.action.yml
naomi a48e37ad39 Changed name of Profile entity to Hat
so as not to conflict with Profile or Profile2 module on existing sites
2018-04-11 12:18:27 +02:00

33 lines
838 B
YAML

entity.person.add_form:
route_name: entity.person.add_form
title: 'Add Person'
appears_on:
- entity.person.collection
entity.contact_details.add_form:
route_name: entity.contact_details.add_form
title: 'Add Contact Details'
appears_on:
- entity.contact_details.collection
entity.person.add_form:
route_name: entity.person.add_form
title: 'Add Person'
appears_on:
- entity.person.collection
entity.contact_details.add_form:
route_name: entity.contact_details.add_form
title: 'Add Contact details'
appears_on:
- entity.contact_details.collection
entity.hat.add_form:
route_name: entity.hat.add_page
title: 'Add Hat'
appears_on:
- entity.hat.collection
entity.hat_type.add_form:
route_name: entity.hat_type.add_form
title: 'Add Hat type'
appears_on:
- entity.hat_type.collection