Γεια σας πρώτη δημοσίευση και μπαίνω στο θέμα: Έχω ένα πρόβλημα με ένα site, προσπαθώ να χώσω ένα cookie consent banner, αλλά δεν με αφήνει ο σχεδιασμός της πλατφόρμας (portfoliobox.net). έχω ένα field που μπορώ να βάλω HTML σε footer, ένα άλλο που μπορώ να θέσω custom CSS rules κι ένα τρίτο για javascript. Το θέμα κολλάει στο html field γιατί αν βάλω πχ
<script type="text/javascript">
window.cookieconsent_options = {"message":"This website uses cookies to ensure you get the best experience on our website","dismiss":"Got it!","learnMore":"More info","link":null,"theme":"dark-bottom"};
</script>
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/1.0.9/cookieconsent.min.js"></script>
η πλατφόρμα μετά το save μου το αλλάζει σε
<span class=ng-scope window.cookieconsent_options = {"message":"This website uses cookies to ensure you get the best experience on our website","dismiss":"Got it!","learnMore":"More info","link":null,"theme":"dark-bottom"};
Δεν έχω γνώσεις να το φτιάξω αυτό, υπάρχει κανένα workaround?