remove unparsable logo from metadata

This commit is contained in:
Daniel Seifert 2024-09-10 12:08:03 +02:00
parent 72e14257eb
commit adadf94f74

View File

@ -17,19 +17,17 @@ use OxidEsales\Eshop\Application\Controller\Admin\OrderOverview;
*/ */
$sMetadataVersion = '2.1'; $sMetadataVersion = '2.1';
$logo = '<img src="https://logos.oxidmodule.com/d3logo.svg" alt="(D3)" style="height:1em;width:1em">';
/** /**
* Module information * Module information
*/ */
$aModule = [ $aModule = [
'id' => Constants::OXID_MODULE_ID, 'id' => Constants::OXID_MODULE_ID,
'title' => [ 'title' => [
'de' => $logo.' PDF-Dokumente', 'de' => '(D3) PDF-Dokumente',
'en' => $logo.' PDF documents', 'en' => '(D3) PDF documents',
], ],
'version' => '2.0.0', 'version' => '2.0.0',
'author' => $logo.' Data Development (Inh.: Thomas Dartsch)', 'author' => 'D3 Data Development (Inh.: Thomas Dartsch)',
'email' => 'support@shopmodule.com', 'email' => 'support@shopmodule.com',
'url' => 'https://www.oxidmodule.com/', 'url' => 'https://www.oxidmodule.com/',
'extend' => [ 'extend' => [