Skip to content

Commit

Permalink
chore: to use local plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
xjiang-at-wiris committed Sep 30, 2024
1 parent b352e70 commit 29477aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ckeditor5/src/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export default class MathType extends Plugin {
integrationProperties.version = packageInfo.version;
integrationProperties.editorObject = editor;
integrationProperties.serviceProviderProperties = {};
integrationProperties.serviceProviderProperties.URI = "https://www.wiris.net/demo/plugins/app";
integrationProperties.serviceProviderProperties.URI = "http://localhost:8080/pluginwiris_engine/app";
integrationProperties.serviceProviderProperties.server = "java";
integrationProperties.target = editor.sourceElement;
integrationProperties.scriptName = "bundle.js";
Expand Down

0 comments on commit 29477aa

Please sign in to comment.