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
We should allow users to extend defaults and set generic options for their own Structure instance.
Use cases
Empty strings: The default behavior for Strings is not to allow empty values, we can set empty: true for each domain but it would be great if we can do a generic configuration.
It can also prepare the codebase for this feature.