System Information
- Strapi Version: 4.9.1
- Operating System: MacOs
- Database: Local Posgres
- Node Version: 18.14
- NPM Version: 9.3.1
I have successfully replaced the strapi wysiwyg editor with a package (@_sh/strapi-plugin-ckeditor). It’s working great. When visiting the content type I am able to use it to save/retrieve data fine as expected.
However, in the overall list view of all the items for this content type, the custom wysiwyg editor does not appear as an option in “configure view”. It only has the default id,createdat,updatedat fields.
How does one go about registering a custom field so that it appears as an option for configure view?