-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
Description
ℹ️ View this commit on Github
👥 Authored by Thomas Löffler noreply@example.com
✔️ Merged by Oli Bartsch bo@cedev.de
Commit message
[DOCS] Fix wrong TSconfig syntax
Releases: main, 13.4, 12.4
Resolves: #107416
Change-Id: I7a8504803d7a8757b388d0bf76cf78784f4d7e3f
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/90643
Reviewed-by: Oliver Klee typo3-coding@oliverklee.de
Tested-by: core-ci typo3@b13.com
Tested-by: Oli Bartsch bo@cedev.de
Reviewed-by: Oli Bartsch bo@cedev.de
Tested-by: Oliver Klee typo3-coding@oliverklee.de
➗ Modified files
12.4.x/Important-104839-RTEProcessingConfigurationRespectsRemoveTags.rst
@@ -44,7 +44,7 @@ either within the CKEditor YAML context, or via Page TSconfig:
RTE.default.proc {
HTMLparser_db {
- removeTags: link, meta, o:p, sdfield, style, title
+ removeTags = link, meta, o:p, sdfield, style, title
}
}