diff --git a/Configuration/RTE/Richtextinputfields.yaml b/Configuration/RTE/Richtextinputfields.yaml index d52f058..e71be78 100644 --- a/Configuration/RTE/Richtextinputfields.yaml +++ b/Configuration/RTE/Richtextinputfields.yaml @@ -21,9 +21,6 @@ editor: # Filled by Event based on TCA configuration # maxCharCount: 255 - autoParagraph: false - enterMode: 2 #
instead of

- extraPlugins: - wordcount - specialchar @@ -35,7 +32,6 @@ editor: processing: overruleMode: nothing - # v13: autoParagraph: false and enterMode: 2 plainRichText: true allowTags: - sub diff --git a/composer.json b/composer.json index dff9191..19bbfd2 100644 --- a/composer.json +++ b/composer.json @@ -2,15 +2,13 @@ "name": "b13/richtextinputfields", "type": "typo3-cms-extension", "description": "Rich text editor for input fields.", - "version": "1.1.1", "extra": { "typo3/cms": { "extension-key": "richtextinputfields" } }, "require" : { - "typo3/cms-rte-ckeditor": "^11.5 || ^12.4 || ^13.4", - "php": "^8.1" + "typo3/cms-rte-ckeditor": "^13.4" }, "autoload": { "psr-4": { diff --git a/ext_emconf.php b/ext_emconf.php index f37a966..0ab5a45 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -10,7 +10,7 @@ 'state' => 'stable', 'version' => '1.1.1', 'constraints' => [ - 'depends' => ['typo3' => '11.5.33-13.99.99'], + 'depends' => ['typo3' => '13.4.5-13.99.99'], 'conflicts' => [], 'suggests' => [], ],