Bug #85383
closedCKEditor - "Select all" button not showing
100%
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
Updated by Gerrit Code Review over 6 years ago
- Status changed from In Progress 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/57368
Updated by Anonymous over 6 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 99aea9d76472590b76c6d9d09c5d5545d4908761.
Updated by Gerrit Code Review over 6 years ago
- Status changed from Resolved to Under Review
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/57369
Updated by Gerrit Code Review over 6 years ago
Patch set 2 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/57369
Updated by Anonymous over 6 years ago
- Status changed from Under Review to Resolved
Applied in changeset 791f62bc99ef8c9e20e1c494b86edcd75f4941b7.