workflows.overview.html.twig

Same filename in other branches
  1. 9 core/modules/help_topics/help_topics/workflows.overview.html.twig
  2. 10 core/modules/workflows/help_topics/workflows.overview.html.twig
---
label: 'Managing content moderation workflows'
top_level: true
related:
  - core.content_structure
---
{% set configuring_workflows_topic = render_var(help_topic_link('content_moderation.configuring_workflows')) %}
{% set changing_states_topic = render_var(help_topic_link('content_moderation.changing_states')) %}
<h2>{% trans %}What is a content moderation workflow?{% endtrans %}</h2>
<p>{% trans %}On some sites, new content and content revisions need to be <em>moderated</em>. That is, they need to pass through several <em>states</em> before becoming visible to site visitors. The collection of states and the definition of the transitions between states is known as a <em>workflow</em>. For example, new content might start out in a <em>Draft</em> state, and then might need to pass through several <em>Review</em> states before it becomes <em>Published</em> on the live site.{% endtrans %}</p>
<p>{% trans %}The core software allows you to configure workflows in which each transition has an associated permission that can be granted to a particular role. See {{ configuring_workflows_topic }} for more information.{% endtrans %}</p>
<p>{% trans %}Users with sufficient permissions can change the workflow state of a particular entity. See {{ changing_states_topic }} for more information.{% endtrans %}</p>
<h2>{% trans %}Overview of content moderation workflows{% endtrans %}</h2>
<ul>
  <li>{% trans %}The core Content Moderation module allows you to expand on core software's "unpublished" and "published" states for content. It allows you to have a published version that is live, but have a separate working copy that is undergoing review before it is published. This is achieved by using workflows to apply different states and transitions to entities as needed.{% endtrans %}</li>
  <li>{% trans %}The core Workflows module allows you to manage workflows with states and transitions.{% endtrans %}</li>
</ul>
<p>{% trans %}See the related topics listed below for specific tasks and background information.{% endtrans %}</p>
<h2>{% trans %}Additional resources{% endtrans %}</h2>
<ul>
  <li><a href="https://www.drupal.org/docs/8/core/modules/content-moderation/overview">{% trans %}On-line documentation about Content Moderation{% endtrans %}</a>
  </li>
</ul>

File

core/modules/workflows/help_topics/workflows.overview.html.twig

View source
  1. ---
  2. label: 'Managing content moderation workflows'
  3. top_level: true
  4. related:
  5. - core.content_structure
  6. ---
  7. {% set configuring_workflows_topic = render_var(help_topic_link('content_moderation.configuring_workflows')) %}
  8. {% set changing_states_topic = render_var(help_topic_link('content_moderation.changing_states')) %}
  9. <h2>{% trans %}What is a content moderation workflow?{% endtrans %}</h2>
  10. <p>{% trans %}On some sites, new content and content revisions need to be <em>moderated</em>. That is, they need to pass through several <em>states</em> before becoming visible to site visitors. The collection of states and the definition of the transitions between states is known as a <em>workflow</em>. For example, new content might start out in a <em>Draft</em> state, and then might need to pass through several <em>Review</em> states before it becomes <em>Published</em> on the live site.{% endtrans %}</p>
  11. <p>{% trans %}The core software allows you to configure workflows in which each transition has an associated permission that can be granted to a particular role. See {{ configuring_workflows_topic }} for more information.{% endtrans %}</p>
  12. <p>{% trans %}Users with sufficient permissions can change the workflow state of a particular entity. See {{ changing_states_topic }} for more information.{% endtrans %}</p>
  13. <h2>{% trans %}Overview of content moderation workflows{% endtrans %}</h2>
  14. <ul>
  15. <li>{% trans %}The core Content Moderation module allows you to expand on core software's "unpublished" and "published" states for content. It allows you to have a published version that is live, but have a separate working copy that is undergoing review before it is published. This is achieved by using workflows to apply different states and transitions to entities as needed.{% endtrans %}</li>
  16. <li>{% trans %}The core Workflows module allows you to manage workflows with states and transitions.{% endtrans %}</li>
  17. </ul>
  18. <p>{% trans %}See the related topics listed below for specific tasks and background information.{% endtrans %}</p>
  19. <h2>{% trans %}Additional resources{% endtrans %}</h2>
  20. <ul>
  21. <li><a href="https://www.drupal.org/docs/8/core/modules/content-moderation/overview">{% trans %}On-line documentation about Content Moderation{% endtrans %}</a>
  22. </li>
  23. </ul>

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