You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used to use CSS to hide both json-edit-button and property-button like this:
.json-editor-btn-edit {
display: none;
}
When I try to use the new disable_edit_json: true-option, it only hides the edit-button.
Is it possible to hide the property-button with an option also?