X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fprofiles%2Fdemo_umami%2Fconfig%2Finstall%2Fworkflows.workflow.editorial.yml;fp=web%2Fcore%2Fprofiles%2Fdemo_umami%2Fconfig%2Finstall%2Fworkflows.workflow.editorial.yml;h=9959410e1e68af724079162268aa968a424e46f9;hp=0000000000000000000000000000000000000000;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hpb=74df008bdbb3a11eeea356744f39b802369bda3c diff --git a/web/core/profiles/demo_umami/config/install/workflows.workflow.editorial.yml b/web/core/profiles/demo_umami/config/install/workflows.workflow.editorial.yml new file mode 100644 index 000000000..9959410e1 --- /dev/null +++ b/web/core/profiles/demo_umami/config/install/workflows.workflow.editorial.yml @@ -0,0 +1,67 @@ +langcode: en +status: true +dependencies: + config: + - node.type.article + - node.type.page + - node.type.recipe + 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: + node: + - article + - page + - recipe