Skip to content

Commit

Permalink
Add screenshot images to plugin.json defintion
Browse files Browse the repository at this point in the history
Screenshots added to the plugin.json defintion will be visible in the
Catalogue entry for the plugin. The plugin-validator also throws a
warning if no screenshot is attached.
  • Loading branch information
Stefano Boriero committed Feb 29, 2024
1 parent a8c0d64 commit 27bdf5c
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,16 @@
"large": "img/pagerduty.svg"
},
"links": [],
"screenshots": [],
"screenshots": [
{
"name": "Annotation visual example",
"path": "img/screenshots/example.png"
},
{
"name": "Query configuration example",
"path": "img/screenshots/query.png"
}
],
"version": "%VERSION%",
"updated": "%TODAY%"
},
Expand Down

0 comments on commit 27bdf5c

Please sign in to comment.