[tutorial v1.1_073] Jinja could returns a boolean
This commit is contained in:
parent
38a2e20469
commit
ee5fa6b1cd
1 changed files with 2 additions and 3 deletions
|
|
@ -10,9 +10,8 @@ manual:
|
|||
description: '{{ identifier }} Proxy'
|
||||
hidden:
|
||||
jinja: |-
|
||||
{% if my_identifier == 'HTTPS' and _.use_for_https %}
|
||||
HTTPS is same has HTTP
|
||||
{% endif %}
|
||||
{{ my_identifier == 'HTTPS' and _.use_for_https }}
|
||||
return_type: boolean
|
||||
description: in HTTPS case if "_.use_for_https" is set to "true"
|
||||
params:
|
||||
my_identifier:
|
||||
|
|
|
|||
Loading…
Reference in a new issue