Bug #81880
closedckeditor: Editor configuration cannot be overridden via PageTS
100%
Description
- Create a new TYPO3 instance
- Add a new page
- Add the following code to the PageTSConfig of the new page:
RTE.editor.config.width = 100
- Add a new content element of type text
Result: When editing the content element, you can see the editor spanning the whole width of the right frame.
Expected: Due to the above configuration change, the editor should be only 100px wide
Updated by Gerrit Code Review over 7 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/53518
Updated by Gerrit Code Review over 7 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/53518
Updated by Gerrit Code Review over 7 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/53518
Updated by Hannes Lau over 7 years ago
- Related to Task #81882: ckeditor configuration: Allow to override presets with PageTSConfig added
Updated by Gerrit Code Review over 7 years ago
Patch set 1 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/53551
Updated by Hannes Lau over 7 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 1a826802b88fc70a5f8de457c7724af0522ddbe4.
Updated by Riccardo De Contardi over 7 years ago
- Related to Bug #81381: RTE TSConfig is lost when using own CKEditor preset added