8
0

[Fixed] description

[Removed] unnecessary metadata entries
Dieser Commit ist enthalten in:
Thomas Dartsch 2024-11-13 17:07:14 +01:00 committet von MaxBuhe01
Ursprung a88866fbaf
Commit 36401177b9
2 geänderte Dateien mit 3 neuen und 27 gelöschten Zeilen

Datei anzeigen

@ -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",

Datei anzeigen

@ -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'
],
];