teaminmedias-pluswerk / ke_search

Search Extension for TYPO3 Content Management System, including faceting search functions.
https://extensions.typo3.org/extension/ke_search/
GNU General Public License v3.0
35 stars 62 forks source link

ckeditor adds empty paragraphs #353

Closed nom10s closed 2 years ago

nom10s commented 4 years ago

Ckeditor in ke_search 2.8.1 / TYPO3 8.7.24 adds empty paragraphs in the backend fields textForResults and noResultsText.

This solved the issue for me: In typo3conf/ext/ke_search/pi1/flexform_pi1.xml, section textForResults -> TCEforms -> config (line 65 and 89/90) add

<enableRichtext>1</enableRichtext>

This core issue gave me the idea: https://forge.typo3.org/issues/80778 brings

Kind regards Stefan

christianbltr commented 2 years ago

ke_search has moved to https://github.com/tpwd/ke_search/, therefore this issue will be closed now. Please feel free to open another issue at https://github.com/tpwd/ke_search/issues if you feel this issue should still be addressed.