---
title: "Breaking: #69161 - Removed includeCsh setting from ContainerViewHelper"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:breaking-69161"
source: "Changelog/7.5/Breaking-69161-RemoveIncludeCshFromContainerViewHelper.rst"
typo3-version: "7.5"
typo3-major: 7
type: "breaking"
issue: 69161
forge: "https://forge.typo3.org/issues/69161"
tags: ["Fluid", "Backend"]
rendered: "2026-09-20T05:05:02+00:00"
---

# Breaking: #69161 - Removed includeCsh setting from ContainerViewHelper {#breaking-69161}

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

## Description {#description}

Include CSH setting in `<f:be.container>` is not needed anymore and has therefore been removed.
The JavaScript will be loaded automatically when ext:cshmanual is enabled.

## Impact {#impact}

Using `<f:be.container>` view helpers in a custom Backend module, setting the includeCsh property, will result in a fatal error.

## Affected Installations {#affected-installations}

Extensions that use `<f:be.container>` which set the setting `includeCsh`

## Migration {#migration}

Remove the property from the template. When ext:cshmanual is enabled the JavaScript is loaded automatically.
