.less to .css see comments #134

This commit is contained in:
djmaze 2021-08-30 09:43:18 +02:00
parent 5c0ce6fef1
commit df975ade72
18 changed files with 244 additions and 239 deletions

View file

@ -32,7 +32,7 @@ class CKEditorPlugin extends \RainLoop\Plugins\AbstractPlugin
}
if (\is_file("{$path}/ckeditor.js")) {
$this->addCss('ckeditor.less');
$this->addCss('style.css');
$this->addJs('ckeditor.js');
}
}