Is it possible to add the content-types created at strapi plugins to Content-Type Builder

System Information
  • **Strapi Version4.6:
  • **Operating SystemMacOS:
  • **DatabasePostgreSQL:
  • **Node Version16.19.1:
  • **NPM Version8.19.3:
  • Yarn Version:

I was working on multiple projects with Strapi. They both share several same collection type and component. I was exploring a way to reuse them. I have tried to read the doc, but didn’t find a good way to implement it in the Plugin.


All content-type if not set to hidden show up in the content-type builder and example is the user from users-permissions

Thank you! The collection type and single type are working in the Plugin. But I also used components in my collection type, it’s breaking my plugin right now. Is it also possible to add components type to plugin so we can reuse that in the Content-Type Builder