Module to handle template in ckeditor
Install as you would normally install a contributed Drupal module. See also Core Documentation
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
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.
- Gaëtan Monéger - [email protected]
- Lucas Mignot - [email protected]