Skip to content

Commit

Permalink
feat: add getting plugin description in panel get plugins endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
duruer committed Jun 1, 2024
1 parent a7658d6 commit b7a3a30
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ class PanelGetPluginsAPI(
mapOf(
"id" to it.pluginId,
"author" to panoPluginDescriptor.provider,
"description" to panoPluginDescriptor.pluginDescription,
"version" to panoPluginDescriptor.version,
"status" to it.pluginState,
"dependencies" to panoPluginDescriptor.dependencies,
Expand Down

0 comments on commit b7a3a30

Please sign in to comment.