Created
October 22, 2016 08:33
-
-
Save emtii/f24cd835b2d8f19f9fe32f2d9bc3d82f to your computer and use it in GitHub Desktop.
best it Boilerplate for Shopware 5 Plugin json filled with meta data.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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": "[email protected]", | |
"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