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.task.yml.twig
diff --git a/vendor/chi-teck/drupal-code-generator/templates/d8/module/content-entity/model.links.task.yml.twig b/vendor/chi-teck/drupal-code-generator/templates/d8/module/content-entity/model.links.task.yml.twig
new file mode 100755 (executable)
index 0000000..1dfb5f9
--- /dev/null
@@ -0,0 +1,23 @@
+{% if fieldable %}
+entity.{{ entity_type_id }}.settings:
+  title: Settings
+  route_name: entity.{{ entity_type_id }}.settings
+  base_route: entity.{{ entity_type_id }}.settings
+{% endif %}
+entity.{{ entity_type_id }}.view:
+  title: View
+  route_name: entity.{{ entity_type_id }}.canonical
+  base_route: entity.{{ entity_type_id }}.canonical
+entity.{{ entity_type_id }}.edit_form:
+  title: Edit
+  route_name: entity.{{ entity_type_id }}.edit_form
+  base_route: entity.{{ entity_type_id }}.canonical
+entity.{{ entity_type_id }}.delete_form:
+  title: Delete
+  route_name: entity.{{ entity_type_id }}.delete_form
+  base_route: entity.{{ entity_type_id }}.canonical
+  weight: 10
+entity.{{ entity_type_id }}.collection:
+  title: {{ entity_type_label|plural }}
+  route_name: entity.{{ entity_type_id }}.collection
+  base_route: system.admin_content