You are here

README.txt in Ckeditor templates user interface 8

# INTRODUCTION
  Ckeditor templates user interface provide user interface for
  adding ckeditor templates.

# REQUIREMENTS
  This module extend https://www.drupal.org/project/ckeditor_templates module
  features by providing user interface to add ckeditor templates.


# INSTALLATION
  Open your terminal and download with composer.
  composer require drupal/ckeditor_templates_ui

  OR

  1. Download the module to your DRUPAL_ROOT/modules directory,
     or where ever you install contrib modules on your site.
  2. Go to Admin > Extend and enable the module.

# CONFIGURATION
  1. Go to admin/config/content/ckeditor_templates
  2. Add templates.
  3. Done.

# AUTHOR
  Anas Mawlawi
  anas.mawlawi89@gmail.com

File

README.txt
View source
  1. # INTRODUCTION
  2. Ckeditor templates user interface provide user interface for
  3. adding ckeditor templates.
  4. # REQUIREMENTS
  5. This module extend https://www.drupal.org/project/ckeditor_templates module
  6. features by providing user interface to add ckeditor templates.
  7. # INSTALLATION
  8. Open your terminal and download with composer.
  9. composer require drupal/ckeditor_templates_ui
  10. OR
  11. 1. Download the module to your DRUPAL_ROOT/modules directory,
  12. or where ever you install contrib modules on your site.
  13. 2. Go to Admin > Extend and enable the module.
  14. # CONFIGURATION
  15. 1. Go to admin/config/content/ckeditor_templates
  16. 2. Add templates.
  17. 3. Done.
  18. # AUTHOR
  19. Anas Mawlawi
  20. anas.mawlawi89@gmail.com