System Information
- Strapi Version: 4.1
- Operating System:
- Database:
- Node Version:
- NPM Version:
- Yarn Version:
Hi,
So I am developing a plugin and my plugin works on json fields. So I want to replace certain jason fields in some of the models into a component developed by muself. I already know how to replace a field component using an example I saw in the documentation (WYSIWYG example). However in that example it replaces all the rich text boxes. Is there any way that I specifically modifiy certain field in certain model? Like a field named geom in a model called city. If there is any api or hooks i can modify content manager page please tell me.
Thanks