diff -u b/core/modules/ckeditor/help_topics/ckeditor.configuring.html.twig b/core/modules/ckeditor/help_topics/ckeditor.configuring.html.twig --- b/core/modules/ckeditor/help_topics/ckeditor.configuring.html.twig +++ b/core/modules/ckeditor/help_topics/ckeditor.configuring.html.twig @@ -6,4 +6,14 @@ -

{% trans %}Enabling CKEditor for individual text formats{% endtrans %}

-

{% trans %}CKEditor has to be enabled and configured separately for individual text formats from the Text formats and editors page because the filter settings for each text format can be different.{% endtrans %}

-

{% trans %}Configuring the toolbar{% endtrans %}

-

{% trans %}When CKEditor is chosen from the Text editor drop-down menu, its toolbar configuration is displayed. You can add and remove buttons from the Active toolbar by dragging and dropping them, and additional rows can be added to organize the buttons. For more information, see the User guide section on text formats and editors.{% endtrans %}

+

{% trans %}Goal{% endtrans %}

+

{% trans %}Enabling CKEditor for individual text formats{% endtrans %}

+

{% trans %}Steps{% endtrans %}

+
    +
  1. {% trans %}In the Manage administrative menu, navigate to Configuration > Content authoring > Text formats and editors.{% endtrans %}
  2. +
  3. {% trans %}Click (text button) on the configure for corresponding text formats.{% endtrans %}
  4. +
  5. {% trans %}Select (choice) CKEditor from text editor drop down menu.{% endtrans %}
  6. +
  7. {% trans %}Configure the CKEditor plugins from the TOOLBAR CONFIGURATION using drag and drop method.{% endtrans %}
  8. +
  9. {% trans %}Save the configuration.{% endtrans %}
  10. +
+

Additional resources

+ diff -u b/core/modules/ckeditor/help_topics/ckeditor.formatting_text.html.twig b/core/modules/ckeditor/help_topics/ckeditor.formatting_text.html.twig --- b/core/modules/ckeditor/help_topics/ckeditor.formatting_text.html.twig +++ b/core/modules/ckeditor/help_topics/ckeditor.formatting_text.html.twig @@ -5,7 +5,8 @@ {% set ckeditor_ally = render_var('http://docs.ckeditor.com/#!/guide/dev_a11y') %} {% set ckeditor_shortcuts = render_var('http://docs.ckeditor.com/#!/guide/dev_shortcuts') %} -

{% trans %}Formatting content{% endtrans %}

+

{% trans %}Goal{% endtrans %}

+

{% trans %}Formatting content for individual text formats{% endtrans %}

{% trans %}CKEditor only allow users to format content in accordance with the filter configuration of the specific text format. If a text format excludes certain HTML tags, the corresponding toolbar buttons are not displayed to users when they edit a text field in this format.{% endtrans %}

{% trans %}Toggling between formatted text and HTML source{% endtrans %}

{% trans %}If the Source button is available in the toolbar, users can click this button to disable the visual editor and edit the HTML source directly. After toggling back, the visual editor uses the allowed HTML tags to format the text — independent of whether buttons for these tags are available in the toolbar. If the text format is set to limit the use of HTML tags, then all excluded tags will be stripped out of the HTML source when the user toggles back to the text editor.{% endtrans %}

@@ -18 +19 @@ -

{% trans %}For more information, see the User guide section on text formats and editors.{% endtrans %}

+

{% trans %}For more information, see the User guide section on text formats and editors.{% endtrans %}

diff -u b/core/modules/ckeditor/help_topics/ckeditor.what_is.html.twig b/core/modules/ckeditor/help_topics/ckeditor.what_is.html.twig --- b/core/modules/ckeditor/help_topics/ckeditor.what_is.html.twig +++ b/core/modules/ckeditor/help_topics/ckeditor.what_is.html.twig @@ -4,4 +4,5 @@ {% set ckeditor = render_var('http://ckeditor.com') %} +

{% trans %}What is Ckeditor?{% endtrans %}

{% trans %}CKEditor is a highly-accessible, highly-usable visual text editor that adds a toolbar to text fields. Users can use buttons to format content and to create semantically correct and valid HTML. It requires JavaScript to be enabled in the browser. For more information, see the User guide section on text formats and editors and the CKEditor website. {% endtrans %}

diff -u b/core/modules/editor/help_topics/editor.configuring.html.twig b/core/modules/editor/help_topics/editor.configuring.html.twig --- b/core/modules/editor/help_topics/editor.configuring.html.twig +++ b/core/modules/editor/help_topics/editor.configuring.html.twig @@ -3,7 +3,8 @@ {% set formats = render_var(url('filter.admin_overview')) %} {% set user_guide = render_var('https://www.drupal.org/docs/user_guide/en/structure-text-format-config.html') %} -

{% trans %}Enabling an editor{% endtrans %}

+

{% trans %}Goal{% endtrans %}

+

{% trans %}Enabling an editor{% endtrans %}

{% trans %}On the Text formats and editors page you can see which text editor is associated with each text format. You can change this by clicking on the Configure link, and then choosing a text editor or none from the Text editor drop-down list. The text editor will then be displayed with any text field for which this text format is chosen.{% endtrans %}

{% trans %}Configuring an editor{% endtrans %}

{% trans %}Once a text editor is associated with a text format, you can configure it by clicking on the Configure link for this format. Depending on the specific text editor, you can configure it for example by adding buttons to its toolbar. Typically these buttons provide formatting or editing tools, and they often insert HTML tags into the field source.{% endtrans %}

reverted: --- b/core/modules/help_topics/help_topics/core.formatting_text.html.twig +++ /dev/null @@ -1,5 +0,0 @@ - - - -

{% trans %}In Drupal you can use a text editor (such as CKEditor) that provides toolbars and other functionality to format text more easily than typing HTML tags directly.{% endtrans %}

-

{% trans %}The topics listed here will help you formatting text in your website.{% endtrans %}