diff --git a/assets/logo.png b/assets/logo.png deleted file mode 100644 index f4669a8..0000000 Binary files a/assets/logo.png and /dev/null differ diff --git a/assets/picture.svg b/assets/picture.svg new file mode 100644 index 0000000..3a8baa1 --- /dev/null +++ b/assets/picture.svg @@ -0,0 +1,57 @@ + + + +]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/metadata.php b/metadata.php index 84a6432..b856cfe 100755 --- a/metadata.php +++ b/metadata.php @@ -21,10 +21,10 @@ $aModule = [ 'id' => Constants::OXID_MODULE_ID, 'title' => 'TinyMCE Editor', 'description' => 'TinyMCE integration for OXID eShop', - 'thumbnail' => 'logo.png', + 'thumbnail' => 'picture.svg', 'version' => '2.0.0', 'author' => 'D3 Data Development, O3-Shop, Marat Bedoev', - 'url' => 'https://www.o3-shop.com/', + 'url' => 'https://www.d3data.de/', 'extend' => [ OxidEsales\Eshop\Core\ViewConfig::class => O3\TinyMCE\Application\Core\ViewConfig::class, ],