From 17eeefe21fb12f672166896f156de9af30e89ac7 Mon Sep 17 00:00:00 2001 From: O3-Shop Date: Thu, 20 Apr 2023 10:10:33 +0200 Subject: [PATCH] change author order --- metadata.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.php b/metadata.php index ef1b02c..1373e9c 100755 --- a/metadata.php +++ b/metadata.php @@ -28,7 +28,7 @@ $aModule = [ 'description' => 'TinyMCE 6 Integration for O3-Shop', 'thumbnail' => 'logo.png', 'version' => '1.0.0 ( 2023-04-06 )', - 'author' => 'Marat Bedoev, O3-Shop', + 'author' => 'O3-Shop, Marat Bedoev', 'url' => 'https://www.o3-shop.com/', 'extend' => [ OxidEsales\Eshop\Core\ViewConfig::class => O3\TinyMCE\Application\Core\ViewConfig::class,