[tutorial 102] xxx
This commit is contained in:
parent
6c1a967674
commit
ee075c6031
1 changed files with 9 additions and 0 deletions
|
@ -9,3 +9,12 @@ proxies:
|
||||||
|
|
||||||
color:
|
color:
|
||||||
description: 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
|
||||||
|
|
Loading…
Reference in a new issue