You are here

README.txt in Editor 7

Same filename and directory in other branches
  1. 5 README.txt
CONTENTS OF THIS FILE
---------------------

 * Introduction
 * Requirements
 * Installation
 * Technical details

INTRODUCTION
------------

Current Maintainers:

 * Devin Carlson <http://drupal.org/user/290182>

Editor allows rich text fields to be edited using WYSIWYG client-side editors.

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

Editor has one dependency.

Drupal core modules
 * Filter

The included Editor CKEditor module has one additional dependency.

Contributed modules
 * Dialog

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

 * Install Editor via the standard Drupal installation process:
   'http://drupal.org/node/895232'.
 * Enable and configure an editor for your desired text format at
   '/admin/config/content/formats'. Editor provides an API for integrating
   client-side WYSIWYG editors but does provide support for any editors out of
   the box. You must enable enable one or more editor provider modules in order
   to select an editor.

The included Editor CKEditor submodule module adds support for the popular
CKEditor WYSIWYG editor which is bundled with Drupal 8.

File

README.txt
View source
  1. CONTENTS OF THIS FILE
  2. ---------------------
  3. * Introduction
  4. * Requirements
  5. * Installation
  6. * Technical details
  7. INTRODUCTION
  8. ------------
  9. Current Maintainers:
  10. * Devin Carlson
  11. Editor allows rich text fields to be edited using WYSIWYG client-side editors.
  12. REQUIREMENTS
  13. ------------
  14. Editor has one dependency.
  15. Drupal core modules
  16. * Filter
  17. The included Editor CKEditor module has one additional dependency.
  18. Contributed modules
  19. * Dialog
  20. INSTALLATION
  21. ------------
  22. * Install Editor via the standard Drupal installation process:
  23. 'http://drupal.org/node/895232'.
  24. * Enable and configure an editor for your desired text format at
  25. '/admin/config/content/formats'. Editor provides an API for integrating
  26. client-side WYSIWYG editors but does provide support for any editors out of
  27. the box. You must enable enable one or more editor provider modules in order
  28. to select an editor.
  29. The included Editor CKEditor submodule module adds support for the popular
  30. CKEditor WYSIWYG editor which is bundled with Drupal 8.