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
I have a string field with a default value on a file in a file collection that doesn't get populated, while an identical config works in a folder collection.
A bit of background as to why this isn't working: The default value of a widget is only set upon creation and as a file in a file collection isn't created through the CMS, the default value can't be set. Default values only work with folder collections.
Describe the bug
I have a string field with a default value on a file in a file collection that doesn't get populated, while an identical config works in a folder collection.
To Reproduce
Expected behavior
I expect the default value to apply.
Applicable Versions:
Most recent everything.
Additional context
I'm manually initializing, and doing my config in JS.
The text was updated successfully, but these errors were encountered: