Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / content_moderation / content_moderation.routing.yml
diff --git a/web/core/modules/content_moderation/content_moderation.routing.yml b/web/core/modules/content_moderation/content_moderation.routing.yml
new file mode 100644 (file)
index 0000000..2ee2c47
--- /dev/null
@@ -0,0 +1,7 @@
+content_moderation.workflow_type_edit_form:
+  path: '/admin/config/workflow/workflows/manage/{workflow}/type/{entity_type_id}'
+  defaults:
+    _form: '\Drupal\content_moderation\Form\ContentModerationConfigureEntityTypesForm'
+    _title_callback: '\Drupal\content_moderation\Form\ContentModerationConfigureEntityTypesForm::getTitle'
+  requirements:
+    _permission: 'administer workflows'