Skip to content
This repository has been archived by the owner on Jun 2, 2021. It is now read-only.

Commit

Permalink
PLUGINS-1266: Remove parametized service provider. Use wiris.net serv…
Browse files Browse the repository at this point in the history
…ices instead
  • Loading branch information
mcagigas-at-wiris committed Oct 22, 2019
1 parent dacf101 commit 4594e7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ export default class MathTypePlugin extends Plugin {
integrationProperties.environment.editor = 'CKEditor5';
integrationProperties.editorObject = editor;
integrationProperties.serviceProviderProperties = {};
integrationProperties.serviceProviderProperties.URI = '@param.js.serviceProviderProperties.URI@';
integrationProperties.serviceProviderProperties.server = '@param.js.serviceProviderProperties.server@';
integrationProperties.serviceProviderProperties.URI = 'https://www.wiris.net/demo/plugins/app';
integrationProperties.serviceProviderProperties.server = 'java';
integrationProperties.target = editor.sourceElement;
integrationProperties.scriptName = 'bundle.js';
integrationProperties.managesLanguage = true;
Expand Down

0 comments on commit 4594e7f

Please sign in to comment.