Compare commits

..

1 commit

Author SHA1 Message Date
ea159ce079 [tutorial v1.1_171] Calculate a random color 2026-03-09 07:59:02 +01:00

View file

@ -13,4 +13,11 @@ proxies:
color:
description: Color
regexp: ^#(?:[0-9a-f]{3}){1,2}$
default:
jinja: >-
#
{%- for i in range(6) -%}
{{- '0123456789abcdef' | random -}}
{%- endfor -%}
description: random color value
...