change small issues

This commit is contained in:
O3-Shop 2023-04-20 22:31:49 +02:00 committed by Daniel Seifert
parent 2ddb643508
commit 5dcc196801
Signed by: DanielS
GPG Key ID: 8A7C4C6ED1915C6F
3 changed files with 9 additions and 3 deletions

View File

@ -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;

View File

@ -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;

View File

@ -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' => [