Skip to content

Commit ff683e1

Browse files
committed
update types
1 parent dfc3588 commit ff683e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

addons/form/plugin.gd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ func _enter_tree():
1111
["ValidatableTextEdit", "TextEdit", preload("nodes/ValidatableTextEdit.gd"), preload("icons/ValidatableTextEdit.svg")],
1212
["FormLabel", "Label", preload("nodes/FormLabel.gd"), preload("icons/FormLabel.svg")],
1313
["Validator", "Resource", preload("nodes/Validator.gd"), preload("icons/Validator.svg")],
14+
["StringValidator", "Validator", preload("nodes/Validators/StringValidator.gd"), preload("icons/Validator.svg")],
1415
["Boundaries", "Resource", preload("nodes/Boundaries.gd"), preload("icons/Boundaries.svg")],
1516
["ListFilter", "Resource", preload("nodes/ListFilter.gd"), preload("icons/ListFilter.svg")],
1617
["Protocol", "Resource", preload("nodes/Protocol.gd"), preload("icons/Protocol.svg")],

0 commit comments

Comments
 (0)