System Information
- Strapi Version: 4.25.6
- Operating System: macOS
- Database: better-sqlite
- Node Version: 18.19.0
- NPM Version: 8.5.5
- Yarn Version: 1.22.11
Hey guys, i’m in the research of a CMS to use for my app, and one of the requirements is to be able to integrate external databases. I was wondering if it’s possible to create a custom search input component that when you type, it makes a query to an external endpoint. And then be able to select items from this response, once selected and then Published/Saved the entry, it will be part of the overall CMS JSON response.
If this would be possible, any recommendation on where to start or any sort of guidance?
Thanks in advance.