remove unused metadata chapters

This commit is contained in:
Daniel Seifert 2019-08-04 00:30:07 +02:00
parent 2e30eb9848
commit 4136be63b9
1 changed files with 1 additions and 5 deletions

View File

@ -57,7 +57,7 @@ $aModule = [
'en' => 'Two-factor authentication (TOTP) for OXID eSales shop',
],
'thumbnail' => 'picture.png',
'version' => '0.1',
'version' => '1.0',
'author' => 'D³ Data Development (Inh.: Thomas Dartsch)',
'email' => 'support@shopmodule.com',
'url' => 'http://www.oxidmodule.com/',
@ -84,8 +84,6 @@ $aModule = [
'onActivate' => '\D3\Totp\Setup\Events::onActivate',
'onDeactivate' => '\D3\Totp\Setup\Events::onDeactivate',
],
'settings' => [
],
'blocks' => [
[
'template' => 'login.tpl',
@ -98,8 +96,6 @@ $aModule = [
'file' => 'Application/views/blocks/page/account/inc/account_menu.tpl',
]
],
'd3FileRegister' => [
],
'd3SetupClasses' => [
ModuleSetup\Installation::class
]