Pathologic was missing because of a .git folder inside.
[yaffs-website] / web / modules / contrib / paragraphs / paragraphs.routing.yml
1 # ParagraphsType routing definition
2 entity.paragraphs_type.collection:
3   path: '/admin/structure/paragraphs_type'
4   defaults:
5     _entity_list: 'paragraphs_type'
6     _title: 'Paragraphs types'
7   requirements:
8     _permission: 'administer paragraphs types'
9
10 paragraphs.type_add:
11   path: '/admin/structure/paragraphs_type/add'
12   defaults:
13     _entity_form: 'paragraphs_type.add'
14     _title: 'Add paragraphs type'
15   requirements:
16     _permission: 'administer paragraphs types'
17
18 entity.paragraphs_type.edit_form:
19   path: '/admin/structure/paragraphs_type/{paragraphs_type}'
20   defaults:
21     _entity_form: 'paragraphs_type.edit'
22   requirements:
23     _permission: 'administer paragraphs types'
24
25 entity.paragraphs_type.delete_form:
26   path: '/admin/structure/paragraphs_type/{paragraphs_type}/delete'
27   defaults:
28     _entity_form: 'paragraphs_type.delete'
29     _title: 'Delete'
30   requirements:
31     _permission: 'administer paragraphs types'