Cookie Banner #2
Answered
by
riccardodallavia
AliZaibazr
asked this question in
Q&A
-
Hi maize tech, I see it seems very helpful. |
Beta Was this translation helpful? Give feedback.
Answered by
riccardodallavia
Mar 2, 2022
Replies: 1 comment
-
Hi Ali! You can enable the package for cookie banners too! 'allowed_document_types' => [
'privacy-policy',
'terms-of-use',
'cookie-policy', // here is the new document type
], and create the cookie policy text as explained in the readme! Let me know if that's what you were expecting 😉 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
riccardodallavia
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Ali!
You can enable the package for cookie banners too!
All you have to do is add the new document type in the configs like so:
and create the cookie policy text as explained in the readme!
Let me know if that's what you were expecting 😉