recipe.yml

core/recipes/editorial_workflow/recipe.yml

File

core/recipes/editorial_workflow/recipe.yml

View source
  1. name: 'Editorial workflow'
  2. description: 'Provides an editorial workflow for moderating content.'
  3. type: 'Workflow'
  4. install:
  5. - content_moderation
  6. # The moderated_content view depends on Node.
  7. - node
  8. - views
  9. config:
  10. import:
  11. content_moderation:
  12. - views.view.moderated_content

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.