Actions
Bug #85383
closedCKEditor - "Select all" button not showing
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
-
Start date:
2018-06-25
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
7.1
Tags:
Complexity:
easy
Is Regression:
Sprint Focus:
Description
Environment:¶
TYPO3 8.7.16 or latest master
Test:¶
Enable the "full" configuration with
RTE.default.preset = full
Expected results:¶
The button is included in the toolbars, so it should be visibile. See the full.yaml
file:
- { name: editing, groups: [find, selection, spellchecker] }
Actual results:¶
No button for selection is shown
Solution:¶
Add the plugin into the extraPlugins:
section:
editor: config: extraPlugins: - justify - font - find - bidi - selectall
Actions