Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / chi-teck / drupal-code-generator / templates / d8 / module / content-entity / model.links.menu.yml.twig
diff --git a/vendor/chi-teck/drupal-code-generator/templates/d8/module/content-entity/model.links.menu.yml.twig b/vendor/chi-teck/drupal-code-generator/templates/d8/module/content-entity/model.links.menu.yml.twig
new file mode 100755 (executable)
index 0000000..180b2cb
--- /dev/null
@@ -0,0 +1,12 @@
+{% if fieldable %}
+entity.{{ entity_type_id }}.settings:
+  title: {{ entity_type_label }}
+  description: Configure {{ entity_type_label|article }} entity type
+  route_name:  entity.{{ entity_type_id }}.settings
+  parent: system.admin_structure
+{% endif %}
+entity.{{ entity_type_id }}.collection:
+  title: {{ entity_type_label|plural }}
+  description: List of {{ entity_type_label|plural|lower }}
+  route_name: entity.{{ entity_type_id }}.collection
+  parent: system.admin_content