From 29a29afdca16067c94bd0c689334bb170be6315d Mon Sep 17 00:00:00 2001 From: Benjamin Weder Date: Mon, 23 Oct 2023 15:51:02 +0200 Subject: [PATCH] Change default config --- components/bpmn-q/webpack.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/bpmn-q/webpack.config.js b/components/bpmn-q/webpack.config.js index 93244745..8144c6b6 100644 --- a/components/bpmn-q/webpack.config.js +++ b/components/bpmn-q/webpack.config.js @@ -75,8 +75,8 @@ module.exports = { DATA_CONFIG: 'https://raw.githubusercontent.com/PlanQK/workflow-modeler/master/components/bpmn-q/modeler-component/extensions/quantme/configurations/quantmeDataObjects.json', DOWNLOAD_FILE_NAME: 'quantum-workflow-model', ENABLE_DATA_FLOW_PLUGIN: true, - ENABLE_PLANQK_PLUGIN: true, - ENABLE_QHANA_PLUGIN: true, + ENABLE_PLANQK_PLUGIN: false, + ENABLE_QHANA_PLUGIN: false, ENABLE_QUANTME_PLUGIN: true, ENABLE_OPENTOSCA_PLUGIN: true, GITHUB_TOKEN: '',