mirror of https://github.com/penpot/penpot.git
🐛 Fix plugin installation link
This commit is contained in:
parent
e3c9588c1c
commit
a403af7ebd
|
|
@ -27,7 +27,7 @@
|
|||
schema:string
|
||||
schema:string]])
|
||||
|
||||
(def ^:private schema:registry-entry
|
||||
(def schema:registry-entry
|
||||
[:map
|
||||
[:plugin-id :string]
|
||||
[:name :string]
|
||||
|
|
|
|||
|
|
@ -71,9 +71,9 @@
|
|||
:code code
|
||||
:icon icon
|
||||
:permissions (into #{} (map str) permissions)})]
|
||||
(if (sm/validate ::ctp/registry-entry manifest)
|
||||
(if (sm/validate ctp/schema:registry-entry manifest)
|
||||
manifest
|
||||
(.error js/console (clj->js (sm/explain ::ctp/registry-entry manifest))))))
|
||||
(.error js/console (clj->js (sm/explain ctp/schema:registry-entry manifest))))))
|
||||
|
||||
(defn save-to-store
|
||||
[]
|
||||
|
|
|
|||
Loading…
Reference in New Issue