agile-central-ckeditor
v0.7.18
Published
ckeditor configured for AgileCentral
Maintainers
Keywords
Readme
agile-central-ckeditor
CkEditor build configured for Sombrero UI library and CA Agile Central.
Build ckeditor
npm install- edit
ckeditor-build-config.js npm run buildornpm run build-devto build an unminified version.
Skin development
- Open
sample.htmlin a browser. - Modify CSS in
skins/sombrero. - Note that default editor content styles are not part of a skin but rather are located in
contents.css. - Rebuild and refresh browser to see changes.
Dev workflow
- Install node modules with
npm install. - Run
npm run watch-srcornpm run watch-src-devfrom the command line to automatically rebuild on file change.
