43 lines
998 B
JSON
43 lines
998 B
JSON
{
|
|
"name": "d3/attributemultivalues",
|
|
"description": "mehrfache Wertezuordnung zu Attributen",
|
|
"type": "oxideshop-module",
|
|
"version": "1.0",
|
|
"keywords": [
|
|
"oxid",
|
|
"modules",
|
|
"eShop",
|
|
"d3"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "D3 Data Development (Inh. Thomas Dartsch)",
|
|
"email": "info@shopmodule.com",
|
|
"homepage": "http://www.d3data.de",
|
|
"role": "Owner"
|
|
}
|
|
],
|
|
"homepage": "https://www.oxidmodule.com/",
|
|
"license": [
|
|
"proprietary"
|
|
],
|
|
"extra": {
|
|
"oxideshop": {
|
|
"source-directory": "/src",
|
|
"target-directory": "d3/attributemultivalues"
|
|
},
|
|
"patches": {
|
|
"oxid-esales/oxideshop-ce": {
|
|
"add multi assignment to article attribute ajax template - 2020-02-24": "vendor/d3/attributemultivalues/patches/article_attribute_ajax.patch"
|
|
}
|
|
}
|
|
},
|
|
"require": {
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"D3\\AttributeMultiValues\\": "../../../source/modules/d3/attributemultivalues"
|
|
}
|
|
}
|
|
}
|