Custom buttons on ckeditor5 in drupal

By ejvind, 2 November, 2023
  1.  Download CKEditor 5 Dev Tools module: https://www.drupal.org/project/ckeditor5_dev 
  2. Copy /ckeditor5_plugin_starter_template into a folder 
  3. Rename and refactor to the code to match your chosen module name 
  4.  Install Yarn brew install yarn 
  5. Install node brew install node 
  6.  Navigate to the root of new module folder and run yarn install 
  7.  In the root run yarn build 
  8.  clear cache 
  9.  check that you have a new button available

Comments