change property UI from Boolean to Toggle
This commit is contained in:
@@ -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',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user