block_editor-1.0.x-dev/block_editor.routing.yml
block_editor.routing.yml
# Block Editor routes
# Settings routes for bundle entity types are now dynamically generated
# by BlockEditorRouteSubscriber based on the entity type's edit form route.
#
# This means any entity type that:
# 1. Has a Block Editor schema defined
# 2. Has an edit form route (entity.{type}.edit_form)
# Will automatically get a Block Editor settings route at:
# {edit_form_path}/block-editor-settings
#
# For example:
# - node_type: /admin/structure/types/manage/{node_type}/block-editor-settings
# - taxonomy_vocabulary: /admin/structure/taxonomy/manage/{taxonomy_vocabulary}/block-editor-settings
# - comment_type: /admin/structure/comment/manage/{comment_type}/block-editor-settings
#
# No manual route definitions needed!
