Added editing session key to the connector services

This commit is contained in:
Anton SHEPILOV
2024-08-25 22:26:28 +02:00
committed by Eric Doughty-Papassideris
parent 7941ba2e1f
commit d94ec46e1d
8 changed files with 97 additions and 16 deletions
@@ -44,7 +44,7 @@
token: "<%= it.file_id %>",
type: screen.width < 600 ? 'mobile' : 'desktop',
editorConfig: {
callbackUrl: `${window.baseURL}save?file_id=<%= it.file_id %>&company_id=<%= it.company_id %>&token=<%= it.token %>`,
callbackUrl: `${window.baseURL}callback?file_id=<%= it.file_id %>&company_id=<%= it.company_id %>&token=<%= it.token %>`,
lang: window.user.language,
user: {
id: window.user.id,
@@ -52,7 +52,7 @@
},
customization: {
chat: false,
compactToolbar: true,
compactToolbar: false,
about: false,
feedback: false,
goback: {