@northernco/ckeditor5-anchor-drupal
Version:
Drupal CKEditor 5 integration
11 lines (9 loc) • 345 B
JavaScript
/**
* @file The build process always expects an index.js file. Anything exported
* here will be recognized by CKEditor 5 as an available plugin. Multiple
* plugins can be exported in this one file.
*
* I.e. this file's purpose is to make plugin(s) discoverable.
*/
// cSpell:ignore simplebox
export { default as Anchor } from './anchor';