Merge branch 'main' into feature/check-path-length

This commit is contained in:
Jacob Overgaard
2024-03-22 13:50:30 +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',
},
],
},
],
},