fc_ckeditor
v0.21.0
Published
custom ckeditor build
Readme
FC CKEditor Build
This repository presents a CKEditor 5 editor build generated by the Online builder tool
Configuring build
Before making any changes, make sure you install packages:
npm install
Make changes to the src/ckeditor.ts file. After making changes you will need to rebuild the package using:
npm run buildPublishing
Make sure you are logged in to NPM:
npm loginBump the version in package.json and build with webpack:
npm run buildRelease the package:
npm publish