System Information
- Strapi Version: 3.3.4
- Operating System:
- Database: mongo
- Node Version: 12.16.1
- NPM Version:
- Yarn Version: 1.19.1
Hi,
I’m trying to define a specific value for created_by field.
I want that one of my author user can see in this admin panel elements created by another person.
So I want to overwrite the created_by field with a specific value.
Is there a way to do that ?
Thanks in advance