--- label: 'Editing a content item' related: - node.overview - node.creating_content --- {% set content_link_text %} {% trans %}Content{% endtrans %} {% endset %} {% set content_link = render_var(help_route_link(content_link_text, 'system.admin_content')) %} {% set content_permissions_link_text %} {% trans %}Access the Content overview page{% endtrans %} {% endset %} {% set content_permissions_link = render_var(help_route_link(content_permissions_link_text, 'user.admin_permissions.module', {'modules': 'node'})) %} {% set node_overview_topic = render_var(help_topic_link('node.overview')) %}

{% trans %}Goal{% endtrans %}

{% trans %}Find a content item and edit it, or update a group of content items in bulk. See {{ node_overview_topic }} for more about content types and content items.{% endtrans %}

{% trans %}Who can find and edit content?{% endtrans %}

{% trans %}Users with the {{ content_permissions_link }} permission can use the Content page to find content. Each content type has its own edit permissions. For example, to edit content of type Article, a user would need the Article: Edit own content permission to edit an article they created, or the Article: Edit any content permission to edit an article someone else created. In addition, users with the Bypass content access control or Administer content permission can edit content items of all types. Some contributed modules change the permission structure for editing content.{% endtrans %}

{% trans %}Steps{% endtrans %}

  1. {% trans %}In the Manage administrative menu, navigate to {{ content_link }}.{% endtrans %}
  2. {% trans %}Optionally, use filters to reduce the list of content items shown:{% endtrans %} {% trans %}If you enter or select filter values, click Filter to apply the filters.{% endtrans %}
  3. {% trans %}Optionally, sort the list by clicking a column header. Click again to reverse the order.{% endtrans %}
  4. {% trans %}To edit the title or other field values for one content item, click Edit in the row of the content item. Update the values and click Save.{% endtrans %}
  5. {% trans %}A few types of edits can be done in bulk to multiple content items. For example, to publish several unpublished content items, check the boxes in the left column (right column in right-to-left languages) to select the desired content items. For Action, select the Publish content action. Click Apply to selected items to make the change. The other actions under Action work in a similar manner.{% endtrans %}

{% trans %}Additional resources{% endtrans %}