Merge branch 'main' into feature/validation-take-1

This commit is contained in:
Niels Lyngsø
2024-03-22 13:14:42 +01:00
committed by GitHub

View File

@@ -25,6 +25,12 @@ export const manifest: ManifestPropertyEditorSchema = {
label: 'Step size',
description: 'Enter the intervals amount between each step of number to be entered',
propertyEditorUiAlias: 'Umb.PropertyEditorUi.Decimal',
config: [
{
alias: 'step',
value: '0.01',
},
],
},
],
},