Skip to content

Module Drupal 8 : Template for CKEditor

Notifications You must be signed in to change notification settings

EmakinaFR/drupal-ckeditor

Repository files navigation

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