Im trying to use Editor Options of json-editor specifically hidden to prevent from the field to be shown on the editor, this is how i tried it:
{
"type": "object",
"properties": {
"hideit": {
"type":"string",
"options": {"hidden": true}
}
}
}
but it wont work... i still see the hideit field...
How is it done?