CKEditor LESS

Component ID

2306291

Component name

CKEditor LESS

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Downloads

415

Component created

Component changed

Component body

This is a simple module that glues the CKEditor and LESS modules together.

The issue when using CKEditor and LESS is that the theme styling isn't available inside the WYSIWYG, reason being that LESS files are generated dynamically and therefore not able to be added manually using CKEditor's "Define Path" option.

This module grabs the most recently generated LESS file generated by the active theme and inserts it into the WYSIWYG.

Dependencies
CKEditor (7.x-1.14 and up)
LESS CSS Preprocessor (7.x-3.x)

After researching LESS 7.x-4.x, this module is no longer necessary. If you have 7.x-3.x, this comes in handy.

Upcoming Features

  • Include optional files
  • Load WYSIWYG/CKEditor specific stylesheet