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
|
||||
validators:
|
||||
- jinja: |-
|
||||
{{% if _.default_environment_name | upper != _.default_environment_name %}}
|
||||
{_("should only user uppercase character")}
|
||||
{{% endif %}}
|
||||
{{{{ _.default_environment_name | upper != _.default_environment_name }}}}
|
||||
return_type: boolean
|
||||
description: {_("should only user uppercase character")}
|
||||
disabled:
|
||||
variable: __.main_namespace
|
||||
when_not: null
|
||||
|
|
|
|||
Loading…
Reference in a new issue