Replies: 3 comments
-
Will check why it’s not working. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Tested locally but I couldn’t reproduce the problem. The |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for looking into it. I think I resaved it, but will try again. I will also try with a fresh install. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to get
omit_empty_optional_fields: true
working, but im unsure where to put it or if there's some limitation.What I have tried so far is putting this:
basically on every level from config root to fields.
I have the following in my collections:
What I get as output in about.md is
But I expect it to be
with the empty
required: false
fields omitted.The
main
field is not there when left empty on first save, but adding and removing it again leaves it withmain: null
.Am I missing something?
Beta Was this translation helpful? Give feedback.
All reactions