Compare commits

...

6 Commits

5 changed files with 15 additions and 4 deletions

View File

@ -12,7 +12,7 @@
{
"name": "D3 Data Development (Inh. Thomas Dartsch)",
"email": "info@shopmodule.com",
"homepage": "http://www.d3data.de",
"homepage": "https://www.d3data.de",
"role": "Owner"
}
],
@ -22,8 +22,12 @@
],
"extra": {
"oxideshop": {
"source-directory": "/src",
"target-directory": "d3/attributemultivalues"
"target-directory": "d3/attributemultivalues",
"blacklist-filter": [
"patches/**/*",
"composer.json",
"README.md"
]
},
"patches": {
"oxid-esales/oxideshop-ce": {

View File

@ -28,7 +28,14 @@ $sMetadataVersion = '2.1';
*/
$aModule = array(
'id' => 'd3attributemultivalues',
'title' => 'D³ mehrfache Wertezuordnung zu Attributen',
'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'
],
'version' => '0.0.0.1',
'author' => 'D&sup3; Data Development (Inh.: Thomas Dartsch)',
'email' => 'support@shopmodule.com',