[Fixed] description
[Removed] unnecessary metadata entries
Cette révision appartient à :
Parent
a88866fbaf
révision
36401177b9
@ -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",
|
||||
|
28
metadata.php
28
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'
|
||||
],
|
||||
];
|
||||
|
Chargement…
x
Référencer dans un nouveau ticket
Bloquer un utilisateur