[tutorial v1.1_142] xxx

This commit is contained in:
egarette@silique.fr 2026-03-07 20:52:52 +01:00
parent f32d03ddf6
commit 01520f475e

View file

@ -10,5 +10,16 @@ proxies:
description: Title or Description
mandatory: false
color: # Color
color:
description: Color
regexp: ^#(?:[0-9a-f]{3}){1,2}$
default:
jinja: >-
#
{%- for i in range(6) -%}
{{- '0123456789abcdef' | random -}}
{%- endfor -%}
description: random color value
auto_save: true
...