Project

General

Profile

Actions

Task #98244

closed

Lost documentation: options from EXT:rtehtmlarea still work for rte_ckeditor

Added by Björn Heggemann over 1 year ago. Updated over 1 year ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
Documentation
Target version:
-
Start date:
2022-09-02
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
no-brainer
Sprint Focus:

Description

The options to configure the RTE from EXT:rtehtmlarea are still there and can be used with EXT:rte_ckeditor, but the documentation has been removed.
Is there a reason for this?

RTE {
    default {
        preset = nn_bsa
        buttons.link {
            options.removeItems = folder
            properties.class.allowedClasses = 
        }
        classesAnchor {
            page {
                class = link-internal
                type = page
                titleText = 
                target =
            }

Actions #1

Updated by Lina Wolf over 1 year ago

  • Status changed from New to Accepted
  • Assignee set to Lina Wolf
Actions #2

Updated by Lina Wolf over 1 year ago

You can find the RTE TSconfig in the TSconfig reference:

https://docs.typo3.org/m/typo3/reference-tsconfig/11.5/en-us/PageTsconfig/Rte.html

Though I agree it should be linked from TYPO3 Explained, will proceed to do so.

Actions #3

Updated by Gerrit Code Review over 1 year ago

  • Status changed from Accepted to Under Review

Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/75619

Actions #4

Updated by Gerrit Code Review over 1 year ago

Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/75619

Actions #5

Updated by Gerrit Code Review over 1 year ago

Patch set 3 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/75619

Actions #6

Updated by Gerrit Code Review over 1 year ago

Patch set 4 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/75619

Actions #7

Updated by Gerrit Code Review over 1 year ago

Patch set 1 for branch 11.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/75635

Actions #8

Updated by Lina Wolf over 1 year ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #9

Updated by Björn Heggemann over 1 year ago

To put it more clearly there are important properties for the Insert/Modify link dialog missing:

buttons.link {
options.removeItems = folder
properties.class.allowedClasses =
}

or

classesAnchor {
page {
class = link-internal
type = page
titleText =
target =
}

These properties still work but if you search for the property "classesAnchor" for example you will only be referred to htmlarea:

https://docs.typo3.org/search/search?q=classesAnchor

Actions #10

Updated by Benni Mack over 1 year ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF