Skip to content

Instantly share code, notes, and snippets.

@emtii
Created October 22, 2016 08:33
Show Gist options
  • Save emtii/f24cd835b2d8f19f9fe32f2d9bc3d82f to your computer and use it in GitHub Desktop.
Save emtii/f24cd835b2d8f19f9fe32f2d9bc3d82f to your computer and use it in GitHub Desktop.
best it Boilerplate for Shopware 5 Plugin json filled with meta data.
{
"label": {
"de": "BestitFoobar",
"en": "BestitFoobar"
},
"copyright": "Copyright (c) best it GmbH & Co. KG",
"license": "proprietary",
"link": "http://www.bestit-online.de",
"author": "best it GmbH & Co. KG",
"supplier": "best it GmbH & Co. KG",
"support": "support@bestit-online.de",
"description": "<iframe src=\"http://cdn.bestit-online.de/plugin_description/\" width=\"630\" height=\"110\"></iframe>",
"currentVersion": "0.0.1",
"changelog": {
"de": {
"0.0.1": "Erstveröffentlichung"
},
"en": {
"0.0.1": "First release"
}
},
"compatibility": {
"minimumVersion": "5.2.0",
"maximumVersion": null,
"blacklist": []
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment