Add id for external sse editors

This commit is contained in:
Julia Radzhabova 2022-11-18 17:22:29 +03:00
parent 2521b0abca
commit df041332a4
3 changed files with 3 additions and 0 deletions

View file

@ -46,6 +46,7 @@ define([
initialize : function(options) {
var _options = {};
_.extend(_options, {
id: 'id-external-diagram-editor',
title: this.textTitle,
storageName: 'diagram-editor',
sdkplaceholder: 'id-diagram-editor-placeholder',

View file

@ -46,6 +46,7 @@ define([
initialize : function(options) {
var _options = {};
_.extend(_options, {
id: 'id-external-merge-editor',
title: this.textTitle,
storageName: 'merge-editor',
sdkplaceholder: 'id-merge-editor-placeholder',

View file

@ -46,6 +46,7 @@ define([
initialize : function(options) {
var _options = {};
_.extend(_options, {
id: 'id-external-ole-editor',
title: this.textTitle,
storageName: 'ole-editor',
sdkplaceholder: 'id-ole-editor-placeholder',