plugin.tx_t3cookieconsent {
    view {
        templateRootPath = EXT:t3cookieconsent/Resources/Private/Templates/
        partialRootPath = EXT:t3cookieconsent/Resources/Private/Partials/
        layoutRootPath = EXT:t3cookieconsent/Resources/Private/Layouts/
    }

    settings {
        # cookieconsent2 version number on https://cdnjs.cloudflare.com
        version = 3.0.6

        # Page uid of privacy policy (leave blank if not used)
        privacy_uid = 45

        # URL of privacy policy or other information (leave blank if not used)
        privacy_url =

        # Popup color
        popup_color = #081F2C

        # Optional: Popup text color (leave blank if not used)
        popup_text =

        # Optional: Popup link color (leave blank if not used)
        popup_link =

        # Button color
        button_color = #ffffff

        # Optional: Button text color (leave blank if not used)
        button_text =

        # Banner positions: top, bottom
        # Floating positions: top-left, top-right, bottom-left, bottom-right
        position = bottom-left

        # Available styles: block, edgeless, classic, wire
        theme = wire

        # Activate Google Analytics Tracking (0 if not used)
        ga = 1
        # Google Analytics property ID
        ga_id = UA-12398004-1

        # Activate Piwik/Matomo Tracking (0 if not used)
        pk = 0
        # Piwik/Matomo URL
        pk_url = https://piwik.zwei14.net/
        # Piwik/Matomo site ID
        pk_id = PK_TRACKING_ID
    }
}