You are here

README.txt in CKEditor Description List 2.0.x

Same filename and directory in other branches
  1. 8 README.txt
CONTENTS OF THIS FILE
=====================

 * Introduction
 * Requirements
 * Recommended modules
 * Installation
 * Configuration
 * Uninstallation
 * Maintainers


INTRODUCTION
============

This modules adds description list plugin into the WYSIWYG editor,
that provides the ability to create a definition list such as dl,
dt and dd html tags.

* For a full description of this module, visit the project page:
   https://www.drupal.org/project/ckeditor_descriptionlist

* To submit bug reports and feature suggestions, or track changes:
   https://www.drupal.org/project/issues/ckeditor_descriptionlist


REQUIREMENTS
============

This module requires the following core, module and plugin:

* Drupal core ^8.8 || ^9
* CKEditor Module - core
* Description list plugin:
   https://github.com/Reinmar/ckeditor-plugin-descriptionlist


RECOMMENDED MODULES
===================

This module requires no modules outside of Drupal core.


INSTALLATION
============

1. Download the plugin from https://github.com/Reinmar/ckeditor-plugin-descriptionlist

2. Place the plugin in the root libraries folder (/libraries/ckeditor-plugin-descriptionlist).

3. Install/Enable the ckeditor_descriptionlist module as you would normally
install a contributed Drupal module.

* Visit (https://www.drupal.org/node/1897420) for further information.
* We recommend that you install the module using composer:
   composer require 'drupal/ckeditor_descriptionlist:^2.0'

4. Configure your WYSIWYG toolbar to include description list buttons.


CONFIGURATION
=============

Go to the Text formats and editors settings 'Admin -> Configuration -> Content -> Formats'
add the buttons : Tag dl, Tag dd, Tag dt to any CKEditor-enabled text format you want.


UNINSTALLATION
==============

Uninstall the module from 'Administer -> Modules'.


MAINTAINERS
===========

Current maintainers:
* Tsymi (https://www.drupal.org/u/tsymi)

File

README.txt
View source
  1. CONTENTS OF THIS FILE
  2. =====================
  3. * Introduction
  4. * Requirements
  5. * Recommended modules
  6. * Installation
  7. * Configuration
  8. * Uninstallation
  9. * Maintainers
  10. INTRODUCTION
  11. ============
  12. This modules adds description list plugin into the WYSIWYG editor,
  13. that provides the ability to create a definition list such as dl,
  14. dt and dd html tags.
  15. * For a full description of this module, visit the project page:
  16. https://www.drupal.org/project/ckeditor_descriptionlist
  17. * To submit bug reports and feature suggestions, or track changes:
  18. https://www.drupal.org/project/issues/ckeditor_descriptionlist
  19. REQUIREMENTS
  20. ============
  21. This module requires the following core, module and plugin:
  22. * Drupal core ^8.8 || ^9
  23. * CKEditor Module - core
  24. * Description list plugin:
  25. https://github.com/Reinmar/ckeditor-plugin-descriptionlist
  26. RECOMMENDED MODULES
  27. ===================
  28. This module requires no modules outside of Drupal core.
  29. INSTALLATION
  30. ============
  31. 1. Download the plugin from https://github.com/Reinmar/ckeditor-plugin-descriptionlist
  32. 2. Place the plugin in the root libraries folder (/libraries/ckeditor-plugin-descriptionlist).
  33. 3. Install/Enable the ckeditor_descriptionlist module as you would normally
  34. install a contributed Drupal module.
  35. * Visit (https://www.drupal.org/node/1897420) for further information.
  36. * We recommend that you install the module using composer:
  37. composer require 'drupal/ckeditor_descriptionlist:^2.0'
  38. 4. Configure your WYSIWYG toolbar to include description list buttons.
  39. CONFIGURATION
  40. =============
  41. Go to the Text formats and editors settings 'Admin -> Configuration -> Content -> Formats'
  42. add the buttons : Tag dl, Tag dd, Tag dt to any CKEditor-enabled text format you want.
  43. UNINSTALLATION
  44. ==============
  45. Uninstall the module from 'Administer -> Modules'.
  46. MAINTAINERS
  47. ===========
  48. Current maintainers:
  49. * Tsymi (https://www.drupal.org/u/tsymi)