+
+
- {+min}
+ {vertical ? +max : +min}
($selectedComponent = [id])}
>
-
+
- {+max}
+ {vertical ? +min : +max}
+
+
diff --git a/frontend/src/lib/components/apps/editor/component/components.ts b/frontend/src/lib/components/apps/editor/component/components.ts
index 9ce6e812f7..488e61b0e1 100644
--- a/frontend/src/lib/components/apps/editor/component/components.ts
+++ b/frontend/src/lib/components/apps/editor/component/components.ts
@@ -1540,6 +1540,12 @@ Hello \${ctx.username}
value: 1,
fieldType: 'number',
tooltip: 'Spread between each number suggestion'
+ },
+ vertical: {
+ type: 'static',
+ fieldType: 'boolean',
+ value: false,
+ onlyStatic: true
}
}
}