Skip to content

Commit 7b51644

Browse files
typo in TypoScript (#1558)
With the example above, it should be uids not uid https://docs.typo3.org/m/typo3/reference-typoscript/main/en-us/ContentObjects/Pageview/Index.html#cobj-pageview-data-settings-example Co-authored-by: Sven Jürgens <SvenJuergens@users.noreply.github.com>
1 parent bf56ae9 commit 7b51644

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/ContentObjects/Pageview/_includes/_PageWithConstant.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
<p>...</p>
55
</main>
66
<footer>
7-
See also our <f:page pageUid="{settings.page.uid.dataPrivacy}">data privacy policy</f:page>
7+
See also our <f:page pageUid="{settings.page.uids.dataPrivacy}">data privacy policy</f:page>
88
</footer>
99
</f:section>

0 commit comments

Comments
 (0)