[tutorial v1.1_180] Regexp type

This commit is contained in:
egarette@silique.fr 2026-03-12 07:45:17 +01:00
parent 6b711b8bd3
commit f1cdc65075

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}$
...