Compare commits
6 Commits
Author | SHA1 | Date | |
---|---|---|---|
441cbedece | |||
56b1e0ecc1 | |||
cf246cb473 | |||
23def908f3 | |||
186f14117e | |||
0557b8ba2b |
@ -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": {
|
||||
|
@ -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³ Data Development (Inh.: Thomas Dartsch)',
|
||||
'email' => 'support@shopmodule.com',
|
Loading…
Reference in New Issue
Block a user