System Information
- Strapi Version: 3.4.1
- Operating System: macOS
- Database: MySQL
- Node Version: 14
- NPM Version: 6.14
Hi people!
I have an Article content type with an image field and some tags via a relation. I’ve created a custom field for my need. Here is what I would like to do when I create a new article:
- I upload a new image
- My custom field detect there is a new image and do some processing
- The result of the processing fill the tags
Do you know if there is a way know the data of other fields? Can we fill them programmatically?
At the moment, in the custom field props I only have access to its attributes and data.
I could do vanilla javascript but I’m looking for the strapi way of doing it.
Thank you