@fieldguide/ckeditor5-build
v3.0.2
Published
Custom CKEditor 5 build
Downloads
27
Keywords
Readme
CKEditor 5 Custom Build
Custom CKEditor 5 editor build, initially generated by their online builder tool.
Getting Started
Install dependencies:
npm install
Rebuild editor:
npm run build
Development
Changes to this package can be tested locally in fieldguide via npm link
:
Register this package as a link:
[/path/to/ckeditor-build] npm link
Link this package in fieldguide:
[/path/to/fieldguide] npm link "@fieldguide/ckeditor5-build"
Unlink Steps
First, remove the linked installed module in fieldguide:
[/path/to/fieldguide] npm unlink "@fieldguide/ckeditor5-build"
Then remove the global symlink by running the following in
ckeditor-build
:[/path/to/ckeditor-build] npm unlink
See this stackoverflow answer for more info.
Release
This package is automatically published to npm on merges to master
based on the specified package.json
version.