Feature: #102815 - Support ApplicationContext in TypoScript data
See forge#102815
Description
The new key applicationcontext
is added for TypoScript's data
function.
The application context is now available through:
if {
value.data = applicationcontext
equals = Production
}
Copied!
Impact
It is now possible to fetch the current application context as full blown
string from TypoScript's data
function.