remove unused metadata chapters
This commit is contained in:
parent
2e30eb9848
commit
4136be63b9
@ -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
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user