mirror of
https://github.com/Sheldan/abstracto-templates.git
synced 2026-03-03 07:24:47 +00:00
[AB-70] adding templates for command parameter validators and removed duplicated command templates from assignable role place
This commit is contained in:
@@ -0,0 +1 @@
|
||||
The given text for parameter `${parameterName}` needs to be shorter than or equal to ${parameters[0].number} characters.
|
||||
@@ -0,0 +1 @@
|
||||
The given text for parameter `${parameterName}` needs to be longer than or equal to ${parameters[0].number} characters.
|
||||
@@ -0,0 +1 @@
|
||||
The given value for parameter `${parameterName}` needs to be less than or equal to ${parameters[0].number}.
|
||||
@@ -0,0 +1 @@
|
||||
The given value for `${parameterName}` needs to be more than or equal to ${parameters[0].number}.
|
||||
Reference in New Issue
Block a user