[tutorial v1.1_112] xxx
This commit is contained in:
parent
db3dd0c915
commit
69265edce6
1 changed files with 12 additions and 1 deletions
|
|
@ -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
|
||||
...
|
||||
|
|
|
|||
Loading…
Reference in a new issue