change property UI from Boolean to Toggle

This commit is contained in:
Niels Lyngsø
2023-04-04 13:37:02 +02:00
parent 972ebb3057
commit f557cd2f78

View File

@@ -28,7 +28,7 @@ export const manifest: ManifestPropertyEditorUI = {
alias: 'ignoreUserStartNodes',
label: 'Ignore User Start Nodes',
description: 'Selecting this option allows a user to choose nodes that they normally dont have access to',
propertyEditorUI: 'Umb.PropertyEditorUI.Boolean',
propertyEditorUI: 'Umb.PropertyEditorUI.Toggle',
},
],
},