mirror of
https://github.com/penpot/penpot.git
synced 2025-08-03 13:38:32 +02:00
🎉 Create add-image-from-url service
This commit is contained in:
parent
c0cbb5877b
commit
85bae6cf26
4 changed files with 86 additions and 18 deletions
|
@ -105,6 +105,7 @@
|
|||
(s/def ::number (s/conformer number-conformer str))
|
||||
(s/def ::integer (s/conformer integer-conformer str))
|
||||
(s/def ::not-empty-string (s/and string? #(not (str/empty? %))))
|
||||
(s/def ::url string?)
|
||||
#?(:clj (s/def ::path (s/conformer path-conformer str)))
|
||||
|
||||
;; --- Macros
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue