How can I use the Richtext component (Wysiwyg) component in my plugin?

I’m building a plugin that will allow a user to upload a 3D asset and manage some content about that object in a json field. I’d also like to use the Richtext field along with the wysiwyg component that comes with strapi.

I’m look for a way to import, and configure that component in my React component that I’m building in my plugin.

Is this possible and if so are there examples of how I could do this?

1 Like