Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
b0bdc07cba |
@ -12,7 +12,7 @@
|
||||
{
|
||||
"name": "D3 Data Development (Inh. Thomas Dartsch)",
|
||||
"email": "info@shopmodule.com",
|
||||
"homepage": "https://www.d3data.de",
|
||||
"homepage": "http://www.d3data.de",
|
||||
"role": "Owner"
|
||||
}
|
||||
],
|
||||
@ -22,12 +22,8 @@
|
||||
],
|
||||
"extra": {
|
||||
"oxideshop": {
|
||||
"target-directory": "d3/attributemultivalues",
|
||||
"blacklist-filter": [
|
||||
"patches/**/*",
|
||||
"composer.json",
|
||||
"README.md"
|
||||
]
|
||||
"source-directory": "/src",
|
||||
"target-directory": "d3/attributemultivalues"
|
||||
},
|
||||
"patches": {
|
||||
"oxid-esales/oxideshop-ce": {
|
||||
@ -36,7 +32,7 @@
|
||||
}
|
||||
},
|
||||
"require": {
|
||||
"oxid-esales/oxideshop-ce": "^6.1.0"
|
||||
"oxid-esales/oxideshop-ce": "6.1 - 6.3"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
|
@ -28,14 +28,7 @@ $sMetadataVersion = '2.1';
|
||||
*/
|
||||
$aModule = array(
|
||||
'id' => 'd3attributemultivalues',
|
||||
'title' => [
|
||||
'de' =>
|
||||
'<svg style="height:1em;width:1em"><image xlink:href="https://logos.oxidmodule.com/d3logo.svg" style="height:1em;width:1em" /></svg> '.
|
||||
'mehrfache Wertezuordnung zu Attributen',
|
||||
'en' =>
|
||||
'<svg style="height:1em;width:1em"><image xlink:href="https://logos.oxidmodule.com/d3logo.svg" style="height:1em;width:1em" /></svg> '.
|
||||
'multiple value assignment to attributes'
|
||||
],
|
||||
'title' => 'D³ mehrfache Wertezuordnung zu Attributen',
|
||||
'version' => '0.0.0.1',
|
||||
'author' => 'D³ Data Development (Inh.: Thomas Dartsch)',
|
||||
'email' => 'support@shopmodule.com',
|
Loading…
Reference in New Issue
Block a user