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: {},