From 4b417e9b6aa2cf681b2c1fc47b7a95204f6e4bc3 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Fri, 24 Feb 2023 20:50:01 +0100 Subject: [PATCH] making slider/range values connectable --- .../components/apps/editor/component/components.ts | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/frontend/src/lib/components/apps/editor/component/components.ts b/frontend/src/lib/components/apps/editor/component/components.ts index 39fc5c1934..ead3c23159 100644 --- a/frontend/src/lib/components/apps/editor/component/components.ts +++ b/frontend/src/lib/components/apps/editor/component/components.ts @@ -810,19 +810,16 @@ Hello \${ctx.username} type: 'static', value: undefined, fieldType: 'number', - onlyStatic: true }, max: { type: 'static', value: undefined, fieldType: 'number', - onlyStatic: true }, step: { type: 'static', value: 1, fieldType: 'number', - onlyStatic: true } }, customCss: {}, @@ -891,19 +888,16 @@ Hello \${ctx.username} type: 'static', value: 42, fieldType: 'number', - onlyStatic: true }, defaultValue: { type: 'static', value: 20, fieldType: 'number', - onlyStatic: true }, step: { type: 'static', value: 1, fieldType: 'number', - onlyStatic: true } }, customCss: {}, @@ -925,31 +919,26 @@ Hello \${ctx.username} type: 'static', value: 0, fieldType: 'number', - onlyStatic: true }, max: { type: 'static', value: 42, fieldType: 'number', - onlyStatic: true }, defaultLow: { type: 'static', value: 10, fieldType: 'number', - onlyStatic: true }, defaultHigh: { type: 'static', value: 20, fieldType: 'number', - onlyStatic: true }, step: { type: 'static', value: 1, fieldType: 'number', - onlyStatic: true } }, customCss: {},