Instead, let the users set any variables they want. And keep them in a container object like `extraConfig`: ```js <ReactJSONForm editorState={...} onChange={...} extraConfig={{ modelName: ... fieldName: ... }} /> ```