We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83d9f6b commit 0ef56d3Copy full SHA for 0ef56d3
Resources/Private/TypoScript/Root.ts2
@@ -46,6 +46,8 @@ prototype(Page) {
46
href = NodeUri {
47
node = ${q(site).find('#' + Configuration.setting('ObisConcept.CookieConsent.policyPageNode')).get(0)}
48
absolute = true
49
+
50
+ @if.isset = ${String.isBlank(Configuration.setting('ObisConcept.CookieConsent.policyPageNode')) == false}
51
}
52
53
0 commit comments