---
title: "Feature: #102815 - Support ApplicationContext in TypoScript data"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:feature-102815-1704964154"
source: "Changelog/13.0/Feature-102815-SupportApplicationContextInTypoScriptData.rst"
typo3-version: "13.0"
typo3-major: 13
type: "feature"
issue: 102815
forge: "https://forge.typo3.org/issues/102815"
tags: ["TypoScript", "ext:frontend"]
rendered: "2026-09-20T18:31:11+00:00"
---

# Feature: #102815 - Support ApplicationContext in TypoScript data {#feature-102815-1704964154}

See [forge#102815](https://forge.typo3.org/issues/102815)

## Description {#description}

The new key `applicationcontext` is added for TypoScript's data
function.

The application context is now available through:

```typoscript
if {
    value.data = applicationcontext
    equals = Production
}
```

## Impact {#impact}

It is now possible to fetch the current application context as full blown
string from TypoScript's `data` function.
