[tutorial 043] Jinja with a description
This commit is contained in:
parent
d55b12f0c4
commit
85d0f433ed
1 changed files with 1 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ manual:
|
||||||
{% if my_identifier == 'HTTPS' and manual.use_for_https %}
|
{% if my_identifier == 'HTTPS' and manual.use_for_https %}
|
||||||
HTTPS is same has HTTP
|
HTTPS is same has HTTP
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
description: in HTTPS case if "manual.use_for_https" is set to True
|
||||||
params:
|
params:
|
||||||
my_identifier:
|
my_identifier:
|
||||||
type: identifier
|
type: identifier
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue