Customizing CKEditor for Strapi gives “ckeditor-duplicated-modules” error

前端 未结 1 1553
执念已碎
执念已碎 2021-01-21 12:21

I tried to modify this repo to customize CKEditor I want to use in my Strapi project. I added a lot more plugins, this is what my ckeditor.js file looks like:



        
相关标签:
1条回答
  • 2021-01-21 13:10

    OK, finally figured it out. The problem was in all the plugins with version 18.0.0

    I guess they were the ones duplicating some modules. Once downgraded to version 15.0.0 - it all worked as it should!

    Here's a link to GitHub repo

    And to npm package

    0 讨论(0)
提交回复
热议问题