@cksource-cs/ckeditor-test-bundles-module

The module for storing test editor bundles for CKEditor Cloud Services

Usage no npm install needed!

<script type="module">
  import cksourceCsCkeditorTestBundlesModule from 'https://cdn.skypack.dev/@cksource-cs/ckeditor-test-bundles-module';
</script>

README

How to update CKEditor test bundles

  1. Run npm run update:bundles.
  2. Set a proper version and set private to false in the package.json file.
  3. Run npm publish

How to add a new bundle

  1. Define a new bundle and its set of plugins in scripts/updateCKEditorBundles.js.
  2. Run npm run update:bundles.
  3. Set a proper version and set private to false in the package.json file.
  4. Run npm publish

Do not forget to update @cksource-cs/ckeditor-test-bundles-module in packages where the package is used.


Latest bundle version: 27.0.0