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) * @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; namespace O3\TinyMCE\Application\Controller\Admin;
use OxidEsales\Eshop\Application\Controller\Admin\AdminController; 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) * @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; namespace O3\TinyMCE\Application\Core\Setup;
use OxidEsales\Eshop\Core\Registry; 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) * @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; use O3\TinyMCE\Application\Core\Setup\Events;
$sMetadataVersion = '2.1'; $sMetadataVersion = '2.1';
$aModule = [ $aModule = [
'id' => 'o3-tinymce-editor', 'id' => 'o3-tinymce-editor',
'title' => 'TinyMCE Editor', 'title' => 'TinyMCE Editor',
'description' => 'TinyMCE 6 Integration for O3-Shop', 'description' => 'TinyMCE 6 integration for O3-Shop',
'thumbnail' => 'logo.png', 'thumbnail' => 'logo.png',
'version' => '1.0.0 ( 2023-04-06 )', 'version' => '1.0.0',
'author' => 'O3-Shop, Marat Bedoev', 'author' => 'O3-Shop, Marat Bedoev',
'url' => 'https://www.o3-shop.com/', 'url' => 'https://www.o3-shop.com/',
'extend' => [ 'extend' => [