|
|
@ -55,11 +55,12 @@ function LocalPluginForm ({ closeModal, visible, pluginManager }: LocalPluginFor |
|
|
|
name: name, |
|
|
|
name: name, |
|
|
|
displayName: displayName, |
|
|
|
displayName: displayName, |
|
|
|
description: '', |
|
|
|
description: '', |
|
|
|
documentation: url, |
|
|
|
documentation: '', |
|
|
|
events: [], |
|
|
|
events: [], |
|
|
|
hash: '', |
|
|
|
hash: '', |
|
|
|
kind: '', |
|
|
|
kind: '', |
|
|
|
methods: newMethods, |
|
|
|
methods: newMethods, |
|
|
|
|
|
|
|
url: url, |
|
|
|
type: type, |
|
|
|
type: type, |
|
|
|
location: location, |
|
|
|
location: location, |
|
|
|
icon: 'assets/img/localPlugin.webp' |
|
|
|
icon: 'assets/img/localPlugin.webp' |
|
|
|