fix: add description for validators
This commit is contained in:
parent
b282fd2d7a
commit
90613a0b47
1 changed files with 3 additions and 3 deletions
|
|
@ -43,9 +43,9 @@ environment:
|
||||||
default: ROUGAIL
|
default: ROUGAIL
|
||||||
validators:
|
validators:
|
||||||
- jinja: |-
|
- jinja: |-
|
||||||
{{% if _.default_environment_name | upper != _.default_environment_name %}}
|
{{{{ _.default_environment_name | upper != _.default_environment_name }}}}
|
||||||
{_("should only user uppercase character")}
|
return_type: boolean
|
||||||
{{% endif %}}
|
description: {_("should only user uppercase character")}
|
||||||
disabled:
|
disabled:
|
||||||
variable: __.main_namespace
|
variable: __.main_namespace
|
||||||
when_not: null
|
when_not: null
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue