[tutorial v1.1_180] Regexp type

This commit is contained in:
egarette@silique.fr 2026-05-03 18:02:44 +02:00
parent b41a056a09
commit 2943ec245d

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