Bug #33457
closedCan't remove block format "Container" in RTE
0%
Description
I want to remove the format option "Container" which wraps a text with a div-tag. Editors do not know what this is and are irritated. I thought it could be removed with this configuration:
RTE.default.buttons.formatblock.removeItems = div
But the block format is shown in the selectbox, because I use the button "indent":
typo3\sysext\rtehtmlarea\extensions\BlockElements\class.tx_rtehtmlarea_blockelements.php, line 137 - 140
// Add div element if indent is configured in the toolbar if (in_array('indent', $this->toolbar) || in_array('outdent', $this->toolbar)) { $blockElementsOrder = array_merge($blockElementsOrder, array('div')); }
When I remove this code, the "Container" disappears, and the indent option still works (for normal text and for lists). But I doubt this is the solution ;)
Updated by Gerrit Code Review almost 13 years ago
- Status changed from New to Under Review
Patch set 2 for branch TYPO3_4-5 has been pushed to the review server.
It is available at http://review.typo3.org/8921
Updated by Stanislas Rolland almost 13 years ago
- Assignee set to Stanislas Rolland
- Target version set to 4.5.12
Please test this change: http://review.typo3.org/8921
Updated by Gerrit Code Review almost 13 years ago
Patch set 1 for branch TYPO3_4-6 has been pushed to the review server.
It is available at http://review.typo3.org/8952
Updated by Gerrit Code Review almost 13 years ago
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/8953
Updated by Stanislas Rolland almost 13 years ago
Fedir RYKHTIK wrote:
+1 for 4.5 LTS
Thanks for testing.
Updated by Stanislas Rolland almost 13 years ago
- Status changed from Under Review to Resolved
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed