We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfc3588 commit ff683e1Copy full SHA for ff683e1
addons/form/plugin.gd
@@ -11,6 +11,7 @@ func _enter_tree():
11
["ValidatableTextEdit", "TextEdit", preload("nodes/ValidatableTextEdit.gd"), preload("icons/ValidatableTextEdit.svg")],
12
["FormLabel", "Label", preload("nodes/FormLabel.gd"), preload("icons/FormLabel.svg")],
13
["Validator", "Resource", preload("nodes/Validator.gd"), preload("icons/Validator.svg")],
14
+ ["StringValidator", "Validator", preload("nodes/Validators/StringValidator.gd"), preload("icons/Validator.svg")],
15
["Boundaries", "Resource", preload("nodes/Boundaries.gd"), preload("icons/Boundaries.svg")],
16
["ListFilter", "Resource", preload("nodes/ListFilter.gd"), preload("icons/ListFilter.svg")],
17
["Protocol", "Resource", preload("nodes/Protocol.gd"), preload("icons/Protocol.svg")],
0 commit comments