From 36401177b92fc12fc0b22df3c6bfa9bba72c1f93 Mon Sep 17 00:00:00 2001 From: ThomasDartsch Date: Wed, 13 Nov 2024 17:07:14 +0100 Subject: [PATCH] [Fixed] description [Removed] unnecessary metadata entries --- composer.json | 2 +- metadata.php | 28 ++-------------------------- 2 files changed, 3 insertions(+), 27 deletions(-) diff --git a/composer.json b/composer.json index 90c099f..c8578ef 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "d3/manufacturerinformation", - "description": "adds core informations of the manufacturers to the articlelist", + "description": "adds manufacturer information to the article list", "type": "oxideshop-module", "keywords": [ "oxid", diff --git a/metadata.php b/metadata.php index 1d40b6e..8b6c33d 100644 --- a/metadata.php +++ b/metadata.php @@ -33,10 +33,8 @@ $aModule = [ 'id' => $sModuleId, 'title' => $logo.' Herstellerinformationen', 'description' => [ - 'de' => 'Dieses Modul fügt Ihren Herstellereinstellungen einen Tab zur - detaillierten Beschreibung Ihrer Hersteller hinzu.', - 'en' => 'This module adds a new tab to the manufacturer-settings - to add manufacturer descriptions.', + 'de' => 'fügt Informationen der Hersteller zur Artikelliste hinzu', + 'en' => 'adds manufacturer information to the article list', ], 'thumbnail' => 'image-file.png', 'version' => '1.0.0.0', @@ -47,7 +45,6 @@ $aModule = [ "d3manufacturerinfolongdesc" => ManufacturerInfoLongdesc::class ], 'extend' => [ - // Model OEManufacturer::class => D3ManufacturerLongDesc::class, OEManufacturerList::class => ManufacturerInfoList::class ], @@ -57,26 +54,5 @@ $aModule = [ ], 'templates' => [ 'd3manufacturerlongdesc.tpl' => 'd3/manufacturerinformation/Application/views/admin/tpl/d3manufacturer_longdesc.tpl', -// 'flow_theme' => [ -// 'd3FlowTemplateAlias.tpl' => 'd3/thismodule/Application/views/tpl/d3FlowTheme.tpl', -// ], - ], - 'settings' => [ -// [ -// 'group' => $sModuleId.'_headline', -// 'name' => $sModuleId.'_name', -// 'type' => 'bool', -// 'value' => false, -// ], - ], - 'blocks' => [ -// [ -// 'template' => 'layout/footer.tpl', -// 'block' => 'footer_main', -// 'file' => 'Application/views/blocks/layout/footer_main_mymodule.tpl' -// ] - ], - 'smartyPluginDirectories' => [ -// 'Core/Smarty/Plugin' ], ];