[tutorial v1.1_200] Regexp type

This commit is contained in:
egarette@silique.fr 2026-06-10 21:04:32 +02:00
parent b7e6a75c39
commit 46c8f6edd8

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