Drupal module that exposes a basic version of CKEditor v5
composer.json
and include the following:
"repositories": [
{
"type": "vcs",
"url": "https://github.com/joel-travieso/d8ck5"
}
]
composer require joel-travieso/d8ck5:dev-master
npm install --save
./node_modules/.bin/webpack --mode development
(also necessary everytime js/ckeditor.js
is modified)Use a like a normal text editor, choose a text format and apply the CKEditor 5 Editor option.