HEX
Server: Apache/2.4.34 (Red Hat) OpenSSL/1.0.2k-fips
System: Linux WORDPRESS 3.10.0-1160.118.1.el7.x86_64 #1 SMP Thu Apr 4 03:33:23 EDT 2024 x86_64
User: digital (1020)
PHP: 7.2.24
Disabled: NONE
Upload Files
File: /datos/www/fabricas.colombiatrade.com.co/public_html/modules/contrib/ckeditor_config/README.md
INTRODUCTION
------------

This module allows for custom CKEditor configuration to be attached to
individual editors.

See [https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_config.html](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_config.html)
for configuration options.

REQUIREMENTS
------------

This module requires the following modules:

  * CKEditor (included in Drupal core)

INSTALLATION
------------

Install as you would normally install a contributed Drupal module. Visit:
[https://www.drupal.org/docs/8/extending-drupal-8/installing-drupal-8-modules](https://www.drupal.org/docs/8/extending-drupal-8/installing-drupal-8-modules)
for further information.

CONFIGURATION
-------------

  * Navigate to an editor configuration page
    (/admin/config/content/formats/manage/\[editor\])
  * On the configuration page, navigate to _CKEditor custom configuration_ 
    under _CKEditor plugin settings_
  * Enter custom configuration with each item on its own line
    formatted as `[setting.name] = [value]` as valid JSON

    Examples:
    `forcePasteAsPlainText = true`
    `forceSimpleAmpersand = false`
    `removePlugins = "font"`
    `tabIndex = 3`
    `format_h2 = { "element": "h2", "attributes": { "class": "contentTitle2" } }`

MAINTAINERS
-----------

Current maintainers:
  * Chris Burge - https://www.drupal.org/u/chris-burge
  * Martin KlĂ­ma (martin_klima) - https://www.drupal.org/u/martin_klima