Compare commits

..

1 commit

Author SHA1 Message Date
0b15d1c914 [tutorial v1.1_180] Regexp type 2026-03-12 08:11:11 +01:00

View file

@ -10,5 +10,7 @@ proxies:
description: Title or Description
mandatory: false
color: # Color
color:
description: Color
regexp: ^#(?:[0-9a-f]{3}){1,2}$
...