content_moderation.changing_states.html.twig

Same filename in other branches
  1. 9 core/modules/help_topics/help_topics/content_moderation.changing_states.html.twig
  2. 10 core/modules/content_moderation/help_topics/content_moderation.changing_states.html.twig
---
label: 'Moving content between workflow states'
related:
  - workflows.overview
  - content_moderation.configuring_workflows
  - core.content_structure
---
{% set workflows_overview_topic = render_var(help_topic_link('workflows.overview')) %}
{% set content_structure_topic = render_var(help_topic_link('core.content_structure')) %}
{% set content_moderation_permissions_link_text %}{% trans %}Content Moderation{% endtrans %}{% endset %}
{% set content_moderation_permissions_link = render_var(help_route_link(content_moderation_permissions_link_text, 'user.admin_permissions', {}, {'fragment': 'module-content_moderation'})) %}
{% set content_link_text %}{% trans %}Content{% endtrans %}{% endset %}
{% set content_link = render_var(help_route_link(content_link_text, 'system.admin_content')) %}
<h2>{% trans %}Goal{% endtrans %}</h2>
<p>{% trans %}Change the workflow state of a particular entity. See {{ workflows_overview_topic }} for an overview of workflows, and {{ content_structure_topic }} for an overview of content entities.{% endtrans %}</p>
<h2>{% trans %}Who can change workflow states?{% endtrans %}</h2>
<p>{% trans %}Users with <em>content moderation permissions</em> can change workflow states. There are separate permissions for each transition. See Permissions &gt; <em>{{ content_moderation_permissions_link }}</em> to configure content moderation permissions.{% endtrans %}</p>
<h2>{% trans %}Steps{% endtrans %}</h2>
<ol>
  <li>{% trans %}Find the entity that you want to moderate in either the content moderation view page, if you created one, or the appropriate administrative page for managing that type of entity (such as the administration page for content items; see {{ content_link }}).{% endtrans %}</li>
  <li>{% trans %}Click <em>Edit</em> to edit the entity.{% endtrans %}</li>
  <li>{% trans %}At the bottom of the page, select the new workflow state under <em>Change to:</em> and click <em>Save</em>.{% endtrans %}</li>
</ol>

File

core/modules/content_moderation/help_topics/content_moderation.changing_states.html.twig

View source
  1. ---
  2. label: 'Moving content between workflow states'
  3. related:
  4. - workflows.overview
  5. - content_moderation.configuring_workflows
  6. - core.content_structure
  7. ---
  8. {% set workflows_overview_topic = render_var(help_topic_link('workflows.overview')) %}
  9. {% set content_structure_topic = render_var(help_topic_link('core.content_structure')) %}
  10. {% set content_moderation_permissions_link_text %}{% trans %}Content Moderation{% endtrans %}{% endset %}
  11. {% set content_moderation_permissions_link = render_var(help_route_link(content_moderation_permissions_link_text, 'user.admin_permissions', {}, {'fragment': 'module-content_moderation'})) %}
  12. {% set content_link_text %}{% trans %}Content{% endtrans %}{% endset %}
  13. {% set content_link = render_var(help_route_link(content_link_text, 'system.admin_content')) %}
  14. <h2>{% trans %}Goal{% endtrans %}</h2>
  15. <p>{% trans %}Change the workflow state of a particular entity. See {{ workflows_overview_topic }} for an overview of workflows, and {{ content_structure_topic }} for an overview of content entities.{% endtrans %}</p>
  16. <h2>{% trans %}Who can change workflow states?{% endtrans %}</h2>
  17. <p>{% trans %}Users with <em>content moderation permissions</em> can change workflow states. There are separate permissions for each transition. See Permissions &gt; <em>{{ content_moderation_permissions_link }}</em> to configure content moderation permissions.{% endtrans %}</p>
  18. <h2>{% trans %}Steps{% endtrans %}</h2>
  19. <ol>
  20. <li>{% trans %}Find the entity that you want to moderate in either the content moderation view page, if you created one, or the appropriate administrative page for managing that type of entity (such as the administration page for content items; see {{ content_link }}).{% endtrans %}</li>
  21. <li>{% trans %}Click <em>Edit</em> to edit the entity.{% endtrans %}</li>
  22. <li>{% trans %}At the bottom of the page, select the new workflow state under <em>Change to:</em> and click <em>Save</em>.{% endtrans %}</li>
  23. </ol>

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