@mayd/rich-text
v2.2.2
Published
The assets for the rich text editor for Mayd 2+
Maintainers
Keywords
Readme
@mayd/rich-text Assets
The assets for mayd/rich-text.
It uses CKEditor5 internally.
Installation
Just install this project like any other project.
Expand your kaba.js config like this:
const Kaba = require("kaba");
const {getKabaPostCssLoaderOptions} = require('@mayd/rich-text/js/build');
module.exports = (new Kaba())
// ...
.setPostCssLoaderOptions(getKabaPostCssLoaderOptions())
;