Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / content_moderation / config / install / workflows.workflow.editorial.yml
diff --git a/web/core/modules/content_moderation/config/install/workflows.workflow.editorial.yml b/web/core/modules/content_moderation/config/install/workflows.workflow.editorial.yml
deleted file mode 100644 (file)
index 52dbc27..0000000
+++ /dev/null
@@ -1,59 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  module:
-    - content_moderation
-id: editorial
-label: 'Editorial'
-type: content_moderation
-type_settings:
-  states:
-    archived:
-      label: Archived
-      weight: 5
-      published: false
-      default_revision: true
-    draft:
-      label: Draft
-      published: false
-      default_revision: false
-      weight: -5
-    published:
-      label: Published
-      published: true
-      default_revision: true
-      weight: 0
-  transitions:
-    archive:
-      label: Archive
-      from:
-        - published
-      to: archived
-      weight: 2
-    archived_draft:
-      label: 'Restore to Draft'
-      from:
-        - archived
-      to: draft
-      weight: 3
-    archived_published:
-      label: Restore
-      from:
-        - archived
-      to: published
-      weight: 4
-    create_new_draft:
-      label: 'Create New Draft'
-      to: draft
-      weight: 0
-      from:
-        - draft
-        - published
-    publish:
-      label: Publish
-      to: published
-      weight: 1
-      from:
-        - draft
-        - published
-  entity_types: {  }