---
title: "Deprecation: #61605 - Change naming of TypoScript property page.includeJSlibs"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:deprecation-61605"
source: "Changelog/7.1/Deprecation-61605-ChangeNamingOfIncludeJSlibs.rst"
typo3-version: "7.1"
typo3-major: 7
type: "deprecation"
issue: 61605
forge: "https://forge.typo3.org/issues/61605"
tags: ["TypoScript", "Frontend"]
rendered: "2026-09-17T21:17:42+00:00"
---

# Deprecation: #61605 - Change naming of TypoScript property page.includeJSlibs {#deprecation-61605-change-naming-of-typoscript-property-page-includejslibs}

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

## Description {#description}

The existing TypoScript option `page.includeJSlibs` has been renamed
to `page.includeJSLibs` to follow the lower camel case naming scheme.
The existing property has been marked as deprecated.

## Impact {#impact}

The old property will be removed with CMS 8 and should be avoided if
it has been used before.

## Affected Installations {#affected-installations}

Any installation using the `page.includeJSlibs` option.

## Migration {#migration}

Search and replace all TypoScript code of the installation from
`includeJSlibs` to `includeJSLibs`.
