Skip to content

Site Package Builder: RTE/Default.yaml wrong syntax? #511

@criwe

Description

@criwe

Hi!

The syntax in the /Configuration/RTE/Default.yaml created by Site Package Builder seems to be wrong (for TYPO3 13):

created, but not working (rte.css not loaded);

editor:
config:
contentsCss: "EXT:sitepackage/Resources/Public/Css/rte.css"

Working:

editor:
config:
contentsCss:
- 'EXT:sitepackage/Resources/Public/Css/rte.css'

(see https://docs.typo3.org/c/typo3/cms-rte-ckeditor/13.4/en-us/Configuration/Reference.html#editor-config-contentscss)

Best regards,
Christoph

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions