You are here

workflows.workflow.varbase_editorial_workflow.yml in Varbase Workflow 8

modules/varbase_content_planner/config/install/workflows.workflow.varbase_editorial_workflow.yml

File

modules/varbase_content_planner/config/install/workflows.workflow.varbase_editorial_workflow.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. module:
  5. - content_moderation
  6. id: varbase_editorial_workflow
  7. label: 'Varbase editorial workflow'
  8. type: content_moderation
  9. type_settings:
  10. states:
  11. archived:
  12. published: false
  13. default_revision: true
  14. label: Archived
  15. weight: 0
  16. draft:
  17. published: false
  18. default_revision: false
  19. label: Draft
  20. weight: -3
  21. in_review:
  22. published: false
  23. default_revision: true
  24. label: 'In review'
  25. weight: -2
  26. published:
  27. label: Published
  28. published: true
  29. default_revision: true
  30. weight: -1
  31. transitions:
  32. archive:
  33. label: Archive
  34. to: archived
  35. weight: 1
  36. from:
  37. - published
  38. create_new_draft:
  39. label: 'Create New Draft'
  40. to: draft
  41. weight: -3
  42. from:
  43. - draft
  44. - in_review
  45. - published
  46. - archived
  47. publish:
  48. label: Publish
  49. to: published
  50. weight: -1
  51. from:
  52. - draft
  53. - in_review
  54. republish:
  55. label: Republish
  56. from:
  57. - published
  58. to: published
  59. weight: 0
  60. restore:
  61. label: 'Restore from archive'
  62. to: published
  63. weight: 2
  64. from:
  65. - archived
  66. send_to_review:
  67. label: 'Send to review'
  68. to: in_review
  69. weight: -2
  70. from:
  71. - draft
  72. - in_review
  73. default_moderation_state: draft