Skip to content
This repository was archived by the owner on Feb 16, 2021. It is now read-only.

Override type object field name / label #35

Open
martinshhh opened this issue Mar 19, 2018 · 0 comments
Open

Override type object field name / label #35

martinshhh opened this issue Mar 19, 2018 · 0 comments

Comments

@martinshhh
Copy link

Hello (this package is very useful), I'm facing a problem where I'm defining a field of type Object, for example:

"kIq1M0h00lC0LTwQHo1qtDL" = {"type": "object", "properties": {} }

There's no problem with this at all, everything works as expected. The problem that I'm facing is that the field (kIq1M0h00lC0LTwQHo1qtDL) is rendered on the screen. I would like to know if there's any way to override that field name. I was thinking in something like:

"kIq1M0h00lC0LTwQHo1qtDL" = { "label": "Your label here", "type": "object", "properties": {}}
And the "label" would be the one being rendered instead.
I hope this makes sense, I couldn't find anything related in the documentation though.
Thanks.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant