I’m trying to store a few arrays of strings in a collection.
In the model docs, “array” is listed under “Other generic types”
After trying to post via the rest api like { “arrField”: [“string”,“string”] }, the new entry fields of type array are grayed out and say “Not supported” and they don’t return at all from a get request of the new entry.
What am I missing?
System Information
- Strapi Version: 4.1.9
- Operating System: MAC OS
- Database: Postgres
- Node Version: v16.13.1
- NPM Version: 8.9.0
- Yarn Version: 1.22.17