diff -u b/core/modules/help_topics/help_topics/filter.overview.html.twig b/core/modules/help_topics/help_topics/filter.overview.html.twig --- b/core/modules/help_topics/help_topics/filter.overview.html.twig +++ b/core/modules/help_topics/help_topics/filter.overview.html.twig @@ -10,9 +10,9 @@

{% trans %}Configure text formats on the site.{% endtrans %}

{% trans %}What are text filters and text formats?{% endtrans %}

{% trans %}A text filter is a processing step that can be applied to text, either to transform it in some way (such as converting URLs in the text into HTML links), or to defend against potentially-dangerous input from site users. A text format is an ordered sequence of text filters. Text filters are provided by modules; text formats are managed by the core Filter module.{% endtrans %}

-

{% trans %}Text fields that have "formatted" in the field type name, such as Text (formatted), use text formats. Users choose the text format when editing the field text; when the field text is shown on the site, it is processed by the chosen text format. Administrators can configure text formats, assign permissions for who can use each format, and using the core Text Editor module, associate visual editors with text formats.{% endtrans %}

+

{% trans %}Text fields that have "formatted" in the field type name, such as Text (formatted), use text formats. Users choose the text format when editing the field text; when the field text is shown on the site, it is processed by the chosen text format. Administrators can configure text formats and assign permissions for who can use each format. If the core Text Editor module is enabled, administrators can also associate visual editors with text formats.{% endtrans %}

{% trans %}What text filters are available?{% endtrans %}

-

{% trans %}Some of the more commonly-used text filters are:{% endtrans %}

+

{% trans %}Some of the more commonly used text filters are:{% endtrans %}

{% trans %}Limit allowed HTML tags and correct faulty HTML{% endtrans %}
{% trans %}Limits which HTML tags can be used; useful both for site security and enforcing site design.{% endtrans %}
@@ -25,9 +25,9 @@

{% trans %}Steps{% endtrans %}

    -
  1. {% trans %}In the Manage administrative menu, navigate to Configuration > Content Authoring > Text formats and editors. Note that if you do not have the core Text Editor module installed, the menu link and page title will instead be Text formats.{% endtrans %}
  2. +
  3. {% trans %}In the Manage administrative menu, navigate to Configuration > Content Authoring > Text formats and editors. If you do not have the core Text Editor module installed, the menu link and page title will instead be Text formats.{% endtrans %}
  4. {% trans %}Click Configure to configure an existing text format, or + Add text format to create a new text format.{% endtrans %}
  5. -
  6. {% trans %}Enter the desired Name for the text format, and optionally the machine name; you cannot edit the machine name for text formats provided by modules and installation profiles (only for formats added by administrators).{% endtrans %}
  7. +
  8. {% trans %}Enter the desired Name for the text format provided by modules and installation profiles (only for formats added by administrators).{% endtrans %}
  9. {% trans %}Check the Roles that can use this text format. To ensure security, anonymous and untrusted users should only have access to text formats that restrict them to either plain text or a safe set of HTML tags, because HTML tags can allow embedding malicious links or scripts in text. Improper text format configuration is a security risk.{% endtrans %}
  10. {% trans %}If the core Text Editor module is installed, see the related topic to connect a text editor to this text format.{% endtrans %}
  11. {% trans %}Under Enabled filters, check the text filters that you want to use.{% endtrans %}