forked from D3Public/oxtotp
change module title logo (D3) source to external asset
This commit is contained in:
parent
fa34a5b762
commit
9bef2d93e7
@ -40,8 +40,6 @@ use OxidEsales\Eshop\Application\Model as OxidModel;
|
|||||||
*/
|
*/
|
||||||
$sMetadataVersion = '2.0';
|
$sMetadataVersion = '2.0';
|
||||||
|
|
||||||
$logo = (class_exists(d3utils::class) ? d3utils::getInstance()->getD3Logo() : 'D³');
|
|
||||||
|
|
||||||
$sModuleId = 'd3totp';
|
$sModuleId = 'd3totp';
|
||||||
/**
|
/**
|
||||||
* Module information
|
* Module information
|
||||||
@ -49,8 +47,12 @@ $sModuleId = 'd3totp';
|
|||||||
$aModule = [
|
$aModule = [
|
||||||
'id' => $sModuleId,
|
'id' => $sModuleId,
|
||||||
'title' => [
|
'title' => [
|
||||||
'de' => $logo.' Zwei-Faktor-Authentisierung',
|
'de' =>
|
||||||
'en' => $logo.' two-factor authentication',
|
'<svg style="height:1em;width:1em"><image xlink:href="https://logos.oxidmodule.com/d3logo.svg" style="height:1em;width:1em" /></svg> '.
|
||||||
|
'Zwei-Faktor-Authentisierung',
|
||||||
|
'en' =>
|
||||||
|
'<svg style="height:1em;width:1em"><image xlink:href="https://logos.oxidmodule.com/d3logo.svg" style="height:1em;width:1em" /></svg> '.
|
||||||
|
'two-factor authentication',
|
||||||
],
|
],
|
||||||
'description' => [
|
'description' => [
|
||||||
'de' => 'Zwei-Faktor-Authentisierung (TOTP) für OXID eSales Shop',
|
'de' => 'Zwei-Faktor-Authentisierung (TOTP) für OXID eSales Shop',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user