change small issues

This commit is contained in:
O3-Shop 2023-04-20 22:31:49 +02:00 gecommit door Daniel Seifert
bovenliggende 2ddb643508
commit 5dcc196801
Getekend door: DanielS
GPG sleutel-ID: 8A7C4C6ED1915C6F
3 gewijzigde bestanden met toevoegingen van 9 en 3 verwijderingen

Bestand weergeven

@ -19,6 +19,8 @@
* @license https://www.gnu.org/licenses/gpl-3.0 GNU General Public License 3 (GPLv3)
*/
declare(strict_types=1);
namespace O3\TinyMCE\Application\Controller\Admin;
use OxidEsales\Eshop\Application\Controller\Admin\AdminController;

Bestand weergeven

@ -19,6 +19,8 @@
* @license https://www.gnu.org/licenses/gpl-3.0 GNU General Public License 3 (GPLv3)
*/
declare(strict_types=1);
namespace O3\TinyMCE\Application\Core\Setup;
use OxidEsales\Eshop\Core\Registry;

Bestand weergeven

@ -19,15 +19,17 @@
* @license https://www.gnu.org/licenses/gpl-3.0 GNU General Public License 3 (GPLv3)
*/
declare(strict_types=1);
use O3\TinyMCE\Application\Core\Setup\Events;
$sMetadataVersion = '2.1';
$aModule = [
$aModule = [
'id' => 'o3-tinymce-editor',
'title' => 'TinyMCE Editor',
'description' => 'TinyMCE 6 Integration for O3-Shop',
'description' => 'TinyMCE 6 integration for O3-Shop',
'thumbnail' => 'logo.png',
'version' => '1.0.0 ( 2023-04-06 )',
'version' => '1.0.0',
'author' => 'O3-Shop, Marat Bedoev',
'url' => 'https://www.o3-shop.com/',
'extend' => [