Bug #81263
closedCKEditor: Configuration of extraPlugins is overwritten
100%
Description
If you add an extra plugin and configure it in the section
editor: config: <pluginname>: <pluginoption>:
the configuration of the plugin in a preset is not taken into account.
Reason is that currently the configuration of the plugin overwrites the values of the output of "prepareConfigurationForEditor".
Solution is to check, whether there are values in both array. If so merge or overwrite the configuration for the editor, depending on the combination.
I will provide a patch and a extension on github to test it.
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/52857
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/52857
Updated by Marcus Schwemer over 7 years ago
You can find the example plugin to experiment with here:
Updated by Marcus Schwemer over 7 years ago
- Subject changed from Configuration of extraPlugins is overwritten to CKEditor: Configuration of extraPlugins is overwritten
- Category set to RTE (rtehtmlarea + ckeditor)
Here is the extension for testing: https://github.com/mschwemer/rte_ckeditor_wordcount
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/52857
Updated by Gerrit Code Review over 6 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/52857
Updated by Gerrit Code Review over 6 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/52857
Updated by Gerrit Code Review over 6 years ago
Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/52857
Updated by Gerrit Code Review over 6 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/56157
Updated by Marcus Schwemer over 6 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 63699280fb4927bd631d77e0b817055e4323f23e.
Updated by Rémy DANIEL over 5 years ago
This change introduced an issue: https://forge.typo3.org/issues/88302
Updated by Rémy DANIEL over 5 years ago
I'm wrong, the issue described in #88302 still exists without the change introduced here.