Is there a way to limit the use for a specific template?
for example, when the user open an object in the json
it will automatically set a pre-defined properties to this object such as:
name,
type,
so from this:
initial state: '{}'
*user clicks on the '+' icon
will become this:
'{
type: "object",
name: "",
...
...
...
Is there a way to limit the use for a specific template? for example, when the user open an object in the json it will automatically set a pre-defined properties to this object such as: name, type,
so from this: initial state: '{}' *user clicks on the '+' icon will become this: '{ type: "object", name: "", ... ... ...
}'