[tutorial v1.1_180] Regexp type

This commit is contained in:
egarette@silique.fr 2026-04-17 20:49:35 +02:00
parent c4bf51cd20
commit 5e0db371e6

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