Replies: 1 comment 3 replies
-
Just to double check, does MyRegion have more fields in your application? The reason for asking is that model transformation doesn’t support object regions with a single field. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
I'm using Newtonsoft.JSON to serialize the a Content Page as a JSON object (for headless CMS use).
When trying to serialize a SelectField with a custom Enum within a Region, it's always returning null, even with serialization attributes at the Enum.
JSON response:
Any ideas of what might be causing this behavior?
Beta Was this translation helpful? Give feedback.
All reactions