You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What’s to explain and how it is related to the issue you’ve opened?
The limitations part may not be true, but true config being stored in a single mongodb document, it will be subject to the max document size of your mongo database which varies across versions
Is it possible to create a custom data type such as:
"currency": {
"type": "Currency"
},
"number": {
"type": "Number"
},
"phone": {
"type": "Phone"
}
The text was updated successfully, but these errors were encountered: