[tutorial v1.1_200] Regexp type

This commit is contained in:
egarette@silique.fr 2026-06-10 21:45:35 +02:00
parent ec1ac305c6
commit ec34aa43a9

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