---
title: "Feature: #34922 - Allow .ts file extension for static TypoScript templates"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:feature-34922"
source: "Changelog/7.4/Feature-34922-AllowTsFileExtensionForStaticTyposcriptTemplates.rst"
typo3-version: "7.4"
typo3-major: 7
type: "feature"
issue: 34922
forge: "https://forge.typo3.org/issues/34922"
tags: ["Frontend", "TypoScript"]
rendered: "2026-09-20T18:31:11+00:00"
---

# Feature: #34922 - Allow .ts file extension for static TypoScript templates {#feature-34922}

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

## Description {#description}

Only these TypoScript file names were allowed:

-   constants.txt
-   setup.txt
-   include_static_files.txt

The ts file extension has been allowed for constants and setup and is prioritised over txt.

## Impact {#impact}

There is a little performance impact when loading the TypoScript from scratch like in the backend and frontend without
cache as the new file extension is always tested.
