forked from D3Public/oxtotp
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',
|
'en' => 'Two-factor authentication (TOTP) for OXID eSales shop',
|
||||||
],
|
],
|
||||||
'thumbnail' => 'picture.png',
|
'thumbnail' => 'picture.png',
|
||||||
'version' => '0.1',
|
'version' => '1.0',
|
||||||
'author' => 'D³ Data Development (Inh.: Thomas Dartsch)',
|
'author' => 'D³ Data Development (Inh.: Thomas Dartsch)',
|
||||||
'email' => 'support@shopmodule.com',
|
'email' => 'support@shopmodule.com',
|
||||||
'url' => 'http://www.oxidmodule.com/',
|
'url' => 'http://www.oxidmodule.com/',
|
||||||
@ -84,8 +84,6 @@ $aModule = [
|
|||||||
'onActivate' => '\D3\Totp\Setup\Events::onActivate',
|
'onActivate' => '\D3\Totp\Setup\Events::onActivate',
|
||||||
'onDeactivate' => '\D3\Totp\Setup\Events::onDeactivate',
|
'onDeactivate' => '\D3\Totp\Setup\Events::onDeactivate',
|
||||||
],
|
],
|
||||||
'settings' => [
|
|
||||||
],
|
|
||||||
'blocks' => [
|
'blocks' => [
|
||||||
[
|
[
|
||||||
'template' => 'login.tpl',
|
'template' => 'login.tpl',
|
||||||
@ -98,8 +96,6 @@ $aModule = [
|
|||||||
'file' => 'Application/views/blocks/page/account/inc/account_menu.tpl',
|
'file' => 'Application/views/blocks/page/account/inc/account_menu.tpl',
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
'd3FileRegister' => [
|
|
||||||
],
|
|
||||||
'd3SetupClasses' => [
|
'd3SetupClasses' => [
|
||||||
ModuleSetup\Installation::class
|
ModuleSetup\Installation::class
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user