Version 1
[yaffs-website] / web / modules / contrib / paragraphs / paragraphs.routing.yml
diff --git a/web/modules/contrib/paragraphs/paragraphs.routing.yml b/web/modules/contrib/paragraphs/paragraphs.routing.yml
new file mode 100644 (file)
index 0000000..e892a22
--- /dev/null
@@ -0,0 +1,31 @@
+# ParagraphsType routing definition
+entity.paragraphs_type.collection:
+  path: '/admin/structure/paragraphs_type'
+  defaults:
+    _entity_list: 'paragraphs_type'
+    _title: 'Paragraphs types'
+  requirements:
+    _permission: 'administer paragraphs types'
+
+paragraphs.type_add:
+  path: '/admin/structure/paragraphs_type/add'
+  defaults:
+    _entity_form: 'paragraphs_type.add'
+    _title: 'Add paragraphs type'
+  requirements:
+    _permission: 'administer paragraphs types'
+
+entity.paragraphs_type.edit_form:
+  path: '/admin/structure/paragraphs_type/{paragraphs_type}'
+  defaults:
+    _entity_form: 'paragraphs_type.edit'
+  requirements:
+    _permission: 'administer paragraphs types'
+
+entity.paragraphs_type.delete_form:
+  path: '/admin/structure/paragraphs_type/{paragraphs_type}/delete'
+  defaults:
+    _entity_form: 'paragraphs_type.delete'
+    _title: 'Delete'
+  requirements:
+    _permission: 'administer paragraphs types'