Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 915 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 915 Bytes

Emakina CKEditor - Drupal 8

About

Module to handle template in ckeditor

Installation

Install as you would normally install a contributed Drupal module. See also Core Documentation

Dependencies

This module requires to install the CKEditor "Templates" plugin. HOW TO INSTALL :

  • Download the plugin on the project page : http://ckeditor.com/addon/templates
  • Create a libraries folder in your drupal root if it doesn't exist
  • Extract the plugin archive in the librairies folder

Add template

To add your own template files, just add a file name {theme_name}_ckeditor.js in your theme direction under "assets/js". Your can find exemple in the templates directory of this module.

Contributors