#Implementing a field that is an array of strings (aka tag list)
18 messages ยท Page 1 of 1 (latest)
Help is on the way! To mark it as solved, use the /solve command. In the meantime, here are some existing threads that may help you:
Documentation:
- Database - Selecting a database - When to use MongoDB
- Localization - Field by field localization
- Slate Rich Text - Admin Options
- Blocks Field - Block configs
Community-Help:
Implementing a field that is an array of strings (aka tag list)
the API response would look something like this for a doc in the collection:
{
"id": "nmjhy7asudhjahsgfdg",
"customListField": ["Item 1", "Item 2", ",to...,", "Item n"]
// additional fields...
}
Text type field has "hasMany" property, have you seen that?
OOOH
livesaver
thanks
didn't appear obvious to me
so i assumed it wasn't part of the text field docs ๐
Glad your issue was resolved! :tada: If you want to help make payload better, please give us a :star: on GitHub and review us - It helps us a lot.
๐ Star Us on GitHub
๐ Review Us
I haven't ever used though them