We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bonjour,
je viens d'installer le bundle, et je n'ai pas compris comment afficher la popup de consentement.
Serait-il possible d'ajouter dans le readme un exemple ou la marche à suivre ?
Merci d'avance.
The text was updated successfully, but these errors were encountered:
A partir du moment où tu va verifier si l'utilisateur a un consentement la popup va être injecté automatiquement a la fin du body
{% if has_user_consent() %} <script> // your script requiring consent here </script> {% endif %}
https://github.com/Elao/ElaoConsentBundle/blob/master/src/EventListener/ConsentEventSubscriber.php#L89
Sorry, something went wrong.
No branches or pull requests
Bonjour,
je viens d'installer le bundle, et je n'ai pas compris comment afficher la popup de consentement.
Serait-il possible d'ajouter dans le readme un exemple ou la marche à suivre ?
Merci d'avance.
The text was updated successfully, but these errors were encountered: