180b2cbee0c52b90be03bdb231473be4e689f511
[yaffs-website] / vendor / chi-teck / drupal-code-generator / templates / d8 / module / content-entity / model.links.menu.yml.twig
1 {% if fieldable %}
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 {% endif %}
8 entity.{{ entity_type_id }}.collection:
9   title: {{ entity_type_label|plural }}
10   description: List of {{ entity_type_label|plural|lower }}
11   route_name: entity.{{ entity_type_id }}.collection
12   parent: system.admin_content