### Current behavior The option `config.contentsLanguageDirection` is still documented on https://docs.typo3.org/m/typo3/reference-typoscript/12.4/en-us/PageTsconfig/Rte.html#config-contentslanguagedirection This option was introduced by https://review.typo3.org/c/Packages/TYPO3.CMS/+/74966 for rte_htmlarea, then removed in 12.4 for CKeditor by https://git.typo3.org/typo3/typo3/-/commit/0307a414cd8c77f8c6d4e703053e931e60146a99 ### Expected behavior/output I suggest the removal of this option from the documentation. Another thing: on https://docs.typo3.org/c/typo3/cms-rte-ckeditor/13.4/en-us/Configuration/Reference.html#config-ref-tsconfig we are redirected to Page TSconfig which is uncomplete. I suggest to add some examples about `RTE.editor` in Page TSconfig, and add a link to the [rte_ckeditor manual](https://docs.typo3.org/c/typo3/cms-rte-ckeditor/13.4/en-us/Configuration/Reference.html). Actually, it's quite difficult to find what it is possible to override from Page TSconfig in the manual.