You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While replacing the default wysiwyg editor with a custom plugin ckeditor in strapi v5 facing challenges. useLibrary hook function is no longer exist and @strapi/helper-plugin also does not exist in strapi v5. Also cannot able see the custom field in content type builder.
using addFields adding the custom field to replace the existing richtext
Note- same code setup is working fine in strapi v4
Please can you help to fix ? or can you have any examples for strapiv5 ?
This plugin uses the Custom Field API. You can explore the code of the v5 plugin in this repository. Strapi v5 brought some significant changes, and they also provided migration guides. Additionally, there is a dedicated channel in the Discord community, 'migration-to-v5,' specifically for cases like yours.
While replacing the default wysiwyg editor with a custom plugin ckeditor in strapi v5 facing challenges. useLibrary hook function is no longer exist and @strapi/helper-plugin also does not exist in strapi v5. Also cannot able see the custom field in content type builder.
using addFields adding the custom field to replace the existing richtext
Note- same code setup is working fine in strapi v4
Please can you help to fix ? or can you have any examples for strapiv5 ?
plugins/wysiwyg/src/admin/components/index.jsx
plugins/wysiwyg/src/index.js
config/plugin.js
Expected behavior
currently it's default richtext
Expected
System information
The text was updated successfully, but these errors were encountered: