change metadata logo
This commit is contained in:
parent
f63e697dea
commit
39957540d4
13
metadata.php
13
metadata.php
@ -26,7 +26,7 @@ use OxidEsales\Eshop\Application\Model as OxidModel;
|
|||||||
*/
|
*/
|
||||||
$sMetadataVersion = '2.0';
|
$sMetadataVersion = '2.0';
|
||||||
|
|
||||||
$logo = (class_exists(d3utils::class) ? d3utils::getInstance()->getD3Logo() : 'D³');
|
$logo = '<svg style="height:1em;width:1em"><image xlink:href="https://logos.oxidmodule.com/d3logo.svg" style="height:1em;width:1em" /></svg>';
|
||||||
|
|
||||||
$sModuleId = 'd3PdfDocuments';
|
$sModuleId = 'd3PdfDocuments';
|
||||||
/**
|
/**
|
||||||
@ -38,7 +38,7 @@ $aModule = [
|
|||||||
'de' => $logo.' PDF-Dokumente',
|
'de' => $logo.' PDF-Dokumente',
|
||||||
'en' => $logo.' PDF documents',
|
'en' => $logo.' PDF documents',
|
||||||
],
|
],
|
||||||
'version' => '1.0',
|
'version' => '0.1',
|
||||||
'author' => 'D³ Data Development (Inh.: Thomas Dartsch)',
|
'author' => 'D³ Data Development (Inh.: Thomas Dartsch)',
|
||||||
'email' => 'support@shopmodule.com',
|
'email' => 'support@shopmodule.com',
|
||||||
'url' => 'http://www.oxidmodule.com/',
|
'url' => 'http://www.oxidmodule.com/',
|
||||||
@ -81,9 +81,14 @@ $aModule = [
|
|||||||
'template' => 'order_overview.tpl',
|
'template' => 'order_overview.tpl',
|
||||||
'block' => 'admin_order_overview_export',
|
'block' => 'admin_order_overview_export',
|
||||||
'file' => 'Application/views/admin/blocks/order_overview.tpl'
|
'file' => 'Application/views/admin/blocks/order_overview.tpl'
|
||||||
],
|
]
|
||||||
],
|
],
|
||||||
'settings' => [
|
'settings' => [
|
||||||
['group' => $sModuleId.'main', 'name' => $sModuleId.'bDev', 'type' => 'bool', 'value' => false],
|
[
|
||||||
|
'group' => $sModuleId.'main',
|
||||||
|
'name' => $sModuleId.'bDev',
|
||||||
|
'type' => 'bool',
|
||||||
|
'value' => false
|
||||||
|
]
|
||||||
]
|
]
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user