project_wiki-1.x-dev/modules/project_wiki_entity_content/project_wiki_entity_content.routing.yml
modules/project_wiki_entity_content/project_wiki_entity_content.routing.yml
# This blank route's sole purpose, is to be used as the "field_ui_base_route"
# entry of "ProjectWikiEntityContent". Usually this would be managed by the
# entity's type (e.g. MediaType), but our entity has no type, so we need to do
# it like this.
entity.project_wiki_entity_content.manage:
path: '/admin/structure/project-wiki-entity-content'
requirements:
_permission: 'administer project_wiki_entity_contents'
