How do you hide nodes in the selfservice ui? I was...
# ory-network
a
How do you hide nodes in the selfservice ui? I was hoping there is some propery I could set in the identity schema that hides them in the flow but apparently there isn't. Do I just manually filter the nodes I want?
h
There's a feature planned to support fields that can only be written by the backend, and are also hidden from the user. I think that's what you're looking for? Alternatively you can use the input field type "hidden".
a
Yup that sounds good. How do I set a field to hidden?
s
you will have to map that in your UI, there is not yet such a feature by Kratos itself
a
Alright, thanks guys
h
Ah yes, I think this is not currently possible to set in the JSON Schema. I forgot that 🙂 If possible I would suggest to not write your own UI yet. Would the metadata field be good for you?