Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

readonly is not documented #836

Closed
vassbence opened this issue Jul 24, 2019 · 1 comment
Closed

readonly is not documented #836

vassbence opened this issue Jul 24, 2019 · 1 comment

Comments

@vassbence
Copy link

You can make properties read-only by using the "readonly: true" option. Actually it's not even used under options, you can use it like this:

some_prop: {
  type: 'boolean',
  readonly: true
}

This could be documented IMHO, it was useful for us.

@pmk65
Copy link

pmk65 commented Jul 28, 2019

This repo is no longer maintained (see also #800)

Development is continued at https://github.com/json-editor/json-editor

For details please visit json-editor/json-editor#5

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

No branches or pull requests

2 participants