0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-24 15:39:50 -05:00

💄 Minor cosmetic changes on internal spec naming.

This commit is contained in:
Andrey Antukh 2022-01-26 12:59:02 +01:00
parent 036860b91b
commit ccbc519c04

View file

@ -346,11 +346,11 @@
(s/def :internal.shape.text/content
(s/nilable
(s/or :container
(s/or :text-container
(s/keys :req-un [:internal.shape.text/type
:internal.shape.text/children]
:opt-un [:internal.shape.text/key])
:content
:text-content
(s/keys :req-un [:internal.shape.text/text]))))
(s/def :internal.shape.path/command keyword?)