vivomedia/neos-privacy-shield

Last activity 08 Jun 2023 1 451
composer require vivomedia/neos-privacy-shield

Privacy shield for third party content in Neos

1.0.1

Version
1.0.1
Type
neos-package
Release Date
Jun 08, 2023 14:56
Source
git
Distribution
zip
Requires
MIT 4d895cfc12c47c366703de9167c3d7ada09efc6a

VIVOMEDIA.PrivacyShield

Neos package to block third party content before consent was given.

Example usage

prototype(Jonnitto.PrettyEmbedYoutube:Component.Youtube) {

    @process.wrap = Neos.Fusion:Component {
        @apply.props = ${props}

        renderer = afx`
            <VIVOMEDIA.PrivacyShield:Molecule.PrivacyShield type="youtube">
                <img src="https://raw.githubusercontent.com/VIVOMEDIA/neos-privacy-shield/master/{props.poster}" />
                <VIVOMEDIA.PrivacyShield:Atom.PrivacyBanner>
                    <p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam</p>
                    <VIVOMEDIA.PrivacyShield:Atom.ConsentButton>Load video</VIVOMEDIA.PrivacyShield:Atom.ConsentButton>
                </VIVOMEDIA.PrivacyShield:Atom.PrivacyBanner>
            </VIVOMEDIA.PrivacyShield:Molecule.PrivacyShield>
        `
    }
}

The content of the readme is provided by Github
The same vendor provides 12 package(s).