You are here

README.txt in CKEditor BiDi Buttons 3.x

Same filename and directory in other branches
  1. 8.2 README.txt
  2. 8 README.txt
INTRODUCTION
------------
This module enables the BiDi plugin from CKEditor.com in your WYSIWYG.
The BiDi CKEditor plugin makes it possible to change the text direction
(HTML "dir" attribute) for a block-level content element ( such as a
paragraph, header, table or list ). It is useful for working with
bi-directional language content.

REQUIREMENTS
------------
CKEditor Module.

INSTALLATION
------------
1. Download this Drupal module (ckeditor_bidi) from:
   https://www.drupal.org/project/ckeditor_bidi
2. Place it in a proper place in your Drupal installation files tree, typically
   inside /modules directory. See
   https://www.drupal.org/docs/8/extending-drupal-8/installing-modules
   for details of other optional locations.
3. From version 8.x-2.x there is no need to manually download the CKEditor
   JavaScript BiDi plugin it is included with the module, inside its js
    directory.
4. Enable "CKEditor BiDi Buttons" module in Admin > Extend  (/admin/modules).
5. Configure/Activate: Go to admin section /admin/config/content/formats
   select text format to configure and activate BiDi buttons by dragging them
   into active buttons area of WYSIWYG toolbar.

File

README.txt
View source
  1. INTRODUCTION
  2. ------------
  3. This module enables the BiDi plugin from CKEditor.com in your WYSIWYG.
  4. The BiDi CKEditor plugin makes it possible to change the text direction
  5. (HTML "dir" attribute) for a block-level content element ( such as a
  6. paragraph, header, table or list ). It is useful for working with
  7. bi-directional language content.
  8. REQUIREMENTS
  9. ------------
  10. CKEditor Module.
  11. INSTALLATION
  12. ------------
  13. 1. Download this Drupal module (ckeditor_bidi) from:
  14. https://www.drupal.org/project/ckeditor_bidi
  15. 2. Place it in a proper place in your Drupal installation files tree, typically
  16. inside /modules directory. See
  17. https://www.drupal.org/docs/8/extending-drupal-8/installing-modules
  18. for details of other optional locations.
  19. 3. From version 8.x-2.x there is no need to manually download the CKEditor
  20. JavaScript BiDi plugin it is included with the module, inside its js
  21. directory.
  22. 4. Enable "CKEditor BiDi Buttons" module in Admin > Extend (/admin/modules).
  23. 5. Configure/Activate: Go to admin section /admin/config/content/formats
  24. select text format to configure and activate BiDi buttons by dragging them
  25. into active buttons area of WYSIWYG toolbar.