[tutorial v1.1_200] Regexp type

This commit is contained in:
egarette@silique.fr 2026-05-05 06:54:44 +02:00
parent 8314a8a4f1
commit 9081178b99

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