mirror of
https://github.com/penpot/penpot.git
synced 2026-09-10 22:19:19 +00:00
🐛 Fix plugin installation link
This commit is contained in:
parent
e3c9588c1c
commit
a403af7ebd
@ -27,7 +27,7 @@
|
|||||||
schema:string
|
schema:string
|
||||||
schema:string]])
|
schema:string]])
|
||||||
|
|
||||||
(def ^:private schema:registry-entry
|
(def schema:registry-entry
|
||||||
[:map
|
[:map
|
||||||
[:plugin-id :string]
|
[:plugin-id :string]
|
||||||
[:name :string]
|
[:name :string]
|
||||||
|
|||||||
@ -71,9 +71,9 @@
|
|||||||
:code code
|
:code code
|
||||||
:icon icon
|
:icon icon
|
||||||
:permissions (into #{} (map str) permissions)})]
|
:permissions (into #{} (map str) permissions)})]
|
||||||
(if (sm/validate ::ctp/registry-entry manifest)
|
(if (sm/validate ctp/schema:registry-entry manifest)
|
||||||
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
|
(defn save-to-store
|
||||||
[]
|
[]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user