Skip to content

Commit

Permalink
update help
Browse files Browse the repository at this point in the history
  • Loading branch information
vcmirko committed Apr 10, 2024
1 parent 49d4fc4 commit 1e526cb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/_data/help.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2324,7 +2324,7 @@
Enforces a validation where the current field can not be one of the values in a list (referencing another field).
This field requires an object with 2 attributes:
* `field` : The name of the field that holds the list
* `description` : A validation message to show when the validation is not met.
* `description` : A validation message to show when the validation is not met. (**new in v5.0.1** : can have placeholder)
with_types: text, expression, password, datetime
examples:
- name: Check if ip exists
Expand All @@ -2341,7 +2341,7 @@
Enforces a validation where the current field must be one of the values in a list (referencing another field).
This field requires an object with 2 attributes:
* `field` : The name of the field that holds the list
* `description` : A validation message to show when the validation is not met.
* `description` : A validation message to show when the validation is not met. (**new in v5.0.1** : can have placeholder)
with_types: text, expression, password, datetime
examples:
- name: Check if ip is in range
Expand All @@ -2358,7 +2358,7 @@
Enforces a validation where a referencing (expression) field must be true.
This field requires an object with 2 attributes:
* `field` : The name of the referencing field
* `description` : A validation message to show when the validation is not met.
* `description` : A validation message to show when the validation is not met. (**new in v5.0.1** : can have placeholder)
examples:
- name: Ip must be pingable
code: |
Expand All @@ -2374,7 +2374,7 @@
Enforces a validation where a referencing (expression) field must be false.
This field requires an object with 2 attributes:
* `field` : The name of the referencing field
* `description` : A validation message to show when the validation is not met.
* `description` : A validation message to show when the validation is not met. (**new in v5.0.1** : can have placeholder)
examples:
- name: Check if powered off
code: |
Expand Down Expand Up @@ -3091,7 +3091,7 @@
Enforces a validation where the current field can not be one of the values in a list (referencing another field).
This field requires an object with 2 attributes:
* `field` : The name of the field that holds the list
* `description` : A validation message to show when the validation is not met.
* `description` : A validation message to show when the validation is not met. (**new in v5.0.1** : can have placeholder)
with_types: text, expression, password, datetime
examples:
- name: Check if ip exists
Expand Down Expand Up @@ -3137,7 +3137,7 @@
Enforces a validation where the current field must be one of the values in a list (referencing another field).
This field requires an object with 2 attributes:
* `field` : The name of the field that holds the list
* `description` : A validation message to show when the validation is not met.
* `description` : A validation message to show when the validation is not met. (**new in v5.0.1** : can have placeholder)
with_types: text, expression, password, datetime
examples:
- name: Check if ip is in range
Expand Down

0 comments on commit 1e526cb

Please sign in to comment.