Skip to content

Usercentrics rendered in Backend #32

@YannikSMYLIE

Description

@YannikSMYLIE

If I use the usercentrics Extension in combination with cs-seo, cs-seo is calling a FrontendRenderer to render the search result view.

In this case usercentrics is loaded in the backend and scrolling is disabled.

Solution:
Adding
if (TYPO3_MODE == "BE") { return; }
to addLibrary() Function of PageRendererPreProcessor.php

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