Skip to content

Commit

Permalink
fix: add metadata for DB entry
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexStormwood committed Mar 27, 2024
1 parent dd5b6cc commit 6bcaede
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 1 deletion.
Binary file added header.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 31 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,37 @@
"name": "your-plugin-name-here",
"version": "0.2.6",
"description": "Template for developers and creators to work on their own plugins for the Sourcepool Server.",
"author": "Your Name Here",
"sourcepool": {
"thumbnailImageFilePath":"./thumbnail.png",
"headerImageFilePath":"./header.png",
"descriptionsBrief": [
{
"language":"en",
"content":"Example description in English."
},
{
"language":"fr",
"content":"Exemple de description en français."
}
],
"descriptionsFull": [
{
"language":"en",
"content":"Example long description in English."
},
{
"language":"fr",
"content":"Exemple de description longue en français."
}
],
"tags": [
{
"language":"en",
"content":"example-tag"
}
]
},
"main": "src/index.js",
"scripts": {
"start": "node src/index.js"
Expand All @@ -12,7 +43,6 @@
"sourcepool-server-plugin",
"sourcepool server plugin"
],
"author": "Your Name Here",
"license": "GPL-3.0-or-later",
"dependencies": {
"cowsay": "^1.6.0"
Expand Down
Binary file added thumbnail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6bcaede

Please sign in to comment.