I'm having a problem loading json to my FormeoEditor, the json gets loaded and i can see it in console log, but nothing is shown on the editor.
var editorOptions={editorContainer:document.getElementById('editorContainer'),events: {onSave:this.render},sessionStorage:true,}this.editor = new FormeoEditor(editorOptions,json) ;
This is a preview of the json i saved and tried to load :
I'm having a problem loading json to my FormeoEditor, the json gets loaded and i can see it in console log, but nothing is shown on the editor.
var editorOptions={
editorContainer:document.getElementById('editorContainer'),
events: {onSave:this.render},
sessionStorage:true,
}
this.editor = new FormeoEditor(editorOptions,json) ;
This is a preview of the json i saved and tried to load :