0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-21 06:02:32 -05:00

Add - to allowed token-name

This commit is contained in:
Florian Schroedl 2024-07-01 09:56:45 +02:00
parent 174d91a519
commit a98f59469e

View file

@ -30,7 +30,7 @@
Caution: This will allow a trailing dot like `token-name.`,
But we will trim that in the `finalize-name`,
to not throw too many errors while the user is editing."
#"([a-zA-Z0-9]+\.?)*")
#"([a-zA-Z0-9-]+\.?)*")
(def valid-token-name-schema
(m/-simple-schema