Feature: #86973 - TypoScript getText property siteLanguage
See forge#86973
Description
Site language configuration can now be accessed via the get
property site
in TypoScript.
Examples:
page.10 = TEXT
page.10.data = siteLanguage:navigationTitle
page.10.wrap = This is the title of the current site language: |
Copied!
page.10 = TEXT
page.10.dataWrap = The current site language direction is {siteLanguage:direction}
Copied!
Impact
Accessing the current site language configuration is now possible in TypoScript.