Actions
Bug #81880
closedckeditor: Editor configuration cannot be overridden via PageTS
Status:
Closed
Priority:
Should have
Assignee:
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
-
Start date:
2017-07-15
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
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
Actions