- Download CKEditor 5 Dev Tools module: https://www.drupal.org/project/ckeditor5_dev
- Copy /ckeditor5_plugin_starter_template into a folder
- Rename and refactor to the code to match your chosen module name
- Install Yarn
brew install yarn - Install node
brew install node - Navigate to the root of new module folder and run
yarn install - In the root run
yarn build - clear cache
- check that you have a new button available
Comments