From 8afa78afb2ad39db1ca14b1c1f7106c15fb4f91e Mon Sep 17 00:00:00 2001 From: catch Date: Mon, 13 Jun 2022 21:28:06 +0100 Subject: [PATCH] Issue #3265492 by dww, Spokje, Amber Himes Matz, quietone: Fix inaccuracies in quickedit help topic (after the split from settings_tray) (cherry picked from commit cc39d49fb1d1f3782ac600f0a5c2d5d9e6fb0945) --- .../quickedit/help_topics/quickedit.quick_edit.html.twig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/modules/quickedit/help_topics/quickedit.quick_edit.html.twig b/core/modules/quickedit/help_topics/quickedit.quick_edit.html.twig index 3b10f6d09dd..c267721cd0d 100644 --- a/core/modules/quickedit/help_topics/quickedit.quick_edit.html.twig +++ b/core/modules/quickedit/help_topics/quickedit.quick_edit.html.twig @@ -9,12 +9,12 @@ related:

{% trans %}What is quick editing?{% endtrans %}

{% trans %}Quick editing is editing content inline. Content quick editing is provided by the core Quick Edit module or its contributed replacement. It requires the core Contextual Links module in order to expose the links that let you edit in place.{% endtrans %}

{% trans %}Who can edit content in place?{% endtrans %}

-

{% trans %}In order to follow these steps to edit content in place, the core Quick Edit module or its contributed replacement must be installed. Also, either the core Toolbar module or a contributed replacement must be installed. You will need to have Use contextual links permission, as well as permission to edit the particular content.{% endtrans %}

+

{% trans %}In order to follow these steps to edit content in place, the core Quick Edit module or its contributed replacement must be installed. Also, either the core Toolbar module or a contributed replacement must be installed. You will need to have Use contextual links permission, Access in-place editing permission, as well as permission to edit the particular content.{% endtrans %}

{% trans %}Steps{% endtrans %}

  1. {% trans %}Find and visit a page on your site that has the content that you would like to edit.{% endtrans %}
  2. {% trans %}Click the contextual links Edit button on the toolbar (in most themes, it looks like a pencil). Contextual Edit links with the same icon will appear all over your page.{% endtrans %}
  3. -
  4. {% trans %}Find the contextual link for the part of the page you want to edit. For example, if you want to edit the content of a block, the link should be in the top-right corner of the block, or top-left for right-to-left languages.{% endtrans %}
  5. -
  6. {% trans %}Click the link to open the contextual links menu, and click Quick edit. An editing form for the content should appear on the page.{% endtrans %}
  7. +
  8. {% trans %}Find the contextual link for the part of the page you want to edit. For example, to edit a specific post on the front page, the link should be in the top-right corner of the post, or top-left for right-to-left languages.{% endtrans %}
  9. +
  10. {% trans %}Click the link to open the contextual links menu, and click Quick edit. All editable fields will be enclosed in a light blue box. Hover over any box to see the label of the field that box contains. Click on the box and a form to edit that field will appear.{% endtrans %}
  11. {% trans %}Make your edits and submit the form.{% endtrans %}