Compare commits

..

1 commit

Author SHA1 Message Date
ee075c6031 [tutorial 102] xxx 2024-11-02 14:59:03 +01:00

View file

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