mirror of
https://github.com/penpot/penpot.git
synced 2025-07-28 14:17:29 +02:00
✨ Add support for plugin data into penpot objects
This commit is contained in:
parent
4d4a3a512d
commit
5233654da2
22 changed files with 764 additions and 138 deletions
|
@ -26,5 +26,4 @@
|
|||
(fn []
|
||||
(when (features/active-feature? @st/state "plugins/runtime")
|
||||
(when-let [init-runtime (obj/get global "initPluginsRuntime")]
|
||||
(let [context (api/create-context)]
|
||||
(init-runtime context))))))))
|
||||
(init-runtime (fn [plugin-id] (api/create-context plugin-id)))))))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue