e5803fa487a203595f682cd85a5ec18385b1c1e1
[yaffs-website] / vendor / chi-teck / drupal-code-generator / templates / d8 / module / content-entity / model.links.menu.yml.twig
1 {% if fieldable_no_bundle %}
2 entity.{{ entity_type_id }}.settings:
3   title: {{ entity_type_label }}
4   description: Configure {{ entity_type_label|article }} entity type
5   route_name:  entity.{{ entity_type_id }}.settings
6   parent: system.admin_structure
7 entity.{{ entity_type_id }}.collection:
8   title: {{ entity_type_label|plural }}
9   description: List of {{ entity_type_label|plural|lower }}
10   route_name: entity.{{ entity_type_id }}.collection
11   parent: system.admin_content
12 {% elseif bundle %}
13 entity.{{ entity_type_id }}_type.collection:
14   title: '{{ entity_type_label }} types'
15   parent: system.admin_structure
16   description: 'Manage and CRUD actions on {{ entity_type_label }} type.'
17   route_name: entity.{{ entity_type_id }}_type.collection
18 {% endif %}