'; $aModule = [ 'id' => 'd3_remote', 'title' => $sLogo.'Login as Customer', 'description' => [ 'de' => 'Über den Admin kann man sich als Kunde im Shop-Frontend anmelden. ' .'Hier hat man dann die Möglichkeit Bestellungen für den Kunden durchzuführen.', 'en' => '', ], 'thumbnail' => 'picture.png', 'version' => '4.0.2.0', 'author' => 'D³ Data Development (Inh.: Thomas Dartsch)', 'email' => 'support@shopmodule.com', 'url' => 'https://www.oxidmodule.com/', 'extend' => [ User::class => d3_oxuser_remotelogin::class, UserComponent::class => d3_oxcmp_user_remotelogin::class, UserMain::class => d3_user_main_remotelogin::class, ], 'events' => [ 'onActivate' => '\D3\Remotelogin\models\Events::onActivate', ], 'blocks' => [ [ 'template' => 'user_main.tpl', 'block' => 'd3_admin_user_main_aroundform', 'file' => 'views/admin/blocks/d3_remote_user_main.tpl', 'position' => 50 ], [ 'template' => 'usergroup_main.tpl', 'block' => 'admin_usergroup_main_form', 'file' => 'views/admin/blocks/d3_remote_usergroup_main.tpl', 'position' => 50 ], ], ];