nodejs: submit filled form

This commit is contained in:
Sergey Linnik
2021-01-28 17:24:01 +03:00
parent e53dac1e2b
commit c3bb70aa9a
3 changed files with 28 additions and 9 deletions

View File

@ -43,10 +43,11 @@
"chat": true,
"comments": true,
"feedback": true,
"forcesave": false,
"forcesave": true,
"goback": {
"url": "<%- editor.backUrl %>"
}
},
"submitForm": <%- editor.submitForm %>
},
"fileChoiceUrl": "<%- editor.fileChoiceUrl %>",
"plugins": <%- editor.plugins %>