@jvb-corp/alloy-editor-lib
v2.14.10
Published
Customize Alloy Editor to reuse
Readme
Alloy Editor Lib
This library base on AlloyEditor of Liferay
How to use
- Declare it into your script
window.CKEDITORLIBLIB_BASEPATH = 'your-path';
window.ALLOYEDITOR_BASEPATH = 'your-path';
const AlloyEditor = require("@jvb-corp/alloy-editor-lib");
return AlloyEditor;- In your css, add
@import "~@jvb-corp/alloy-editor-lib/assets/alloy-editor-ocean-min.css";