strapi-plugin-wysiwyg-toastui
strapi-plugin-wysiwyg-toastui copied to clipboard
Wysiwyg by default?
Great plugin thank you.
Anyway to show Wysiwyg instead of markdown by default?
Thanks
Copy index.js from: node_modules\strapi-plugin-wysiwyg-toastui\admin\src\components\TOASTUI\index.js
to: plugins\strapi-plugin-wysiwyg-toastui\admin\src\components\TOASTUI\index.js
then change the following line:
this.initialEditType = "markdown";
to
this.initialEditType = "wysiwyg";
Is this Info still valid? I've tried doing that but doesn't seem to work for me