Schema UI handler - walk through properties recursive #4295
stefan-korn
started this conversation in
Q&A
Replies: 1 comment
-
Would like to extend this to 'items' (Array) as well:
|
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
-
We use a distribution schema with properties (under the data key) that have properties themself. While this is working generally, schema UI is not applied to these subproperties.
I am thinking about walking through these properties recursive within the SchemaUiHandler. How about this?
@dafeder : Would like to discuss, get your input, before maybe opening an issue and PR.
The intention on our end was to hide some of the properties with schema ui. This works with the patch above. But I am not exactly sure if other schema ui changes would also work, need to get into details here maybe.
Beta Was this translation helpful? Give feedback.
All reactions