Skip to content

Documentation: Add infos on how to check cookie settings via TypoScript #65

@christophrunkel

Description

@christophrunkel

It is easy to check via typoScript if a certain cookie is set.

[ request.getCookieParams()['cookie_consent'] matches '/youtube/' ]
#[ 'youtube' in traverse(request.getCookieParams(), 'cookie_consent.options') ]
lib.contentElement.settings.media.dsgvoEnabled = 1
[END]

Would maybe be useful for other users, if this snipped appears in the configuration.

By the way; GREAT WORK.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions