Add functionality to enable/display properties in listing
.build/build.cfg
0 → 100644
.gitignore
0 → 100644
CHANGELOG_de-DE.md
0 → 100644
CHANGELOG_en-GB.md
0 → 100644
CONTRIBUTING.md
0 → 100644
build.sh
0 → 100755
composer.json
0 → 100644
{ | ||
"name": "netinventors/next-tool-kit", | ||
"description": "", | ||
"version": "4.0.0", | ||
"type": "shopware-platform-plugin", | ||
"license": "proprietary", | ||
"authors": [ | ||
{ | ||
"name": "Net Inventors GmbH" | ||
} | ||
], | ||
"require": { | ||
"shopware/core": "6.4.*", | ||
"shopware/storefront": "6.4.*" | ||
}, | ||
"minimum-stability": "RC", | ||
"extra": { | ||
"shopware-plugin-class": "NetInventors\\NetiNextToolKit\\NetiNextToolKit", | ||
"plugin-icon": "src/Resources/plugin.png", | ||
"label": { | ||
"de-DE": "ToolKit", | ||
"en-GB": "ToolKit" | ||
}, | ||
"description": { | ||
"de-DE": "", | ||
"en-GB": "" | ||
}, | ||
"manufacturerLink": { | ||
"de-DE": "https://www.netinventors.de/", | ||
"en-GB": "https://www.netinventors.de/" | ||
} | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"NetInventors\\NetiNextToolKit\\": "src/" | ||
} | ||
} | ||
} |
src/Components/Setup.php
0 → 100644
src/NetiNextToolKit.php
0 → 100644