Updated all the contrib modules to their latest versions.
[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
deleted file mode 100644 (file)
index 8260d9e..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-# 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'