---
title: "Feature: #84203 - Unify form setup YAML loading"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:feature-84203"
source: "Changelog/10.2/Feature-84203-UnifyFormSetupYAMLLoading.rst"
typo3-version: "10.2"
typo3-major: 10
type: "feature"
issue: 84203
forge: "https://forge.typo3.org/issues/84203"
tags: ["Backend", "Frontend", "ext:form"]
rendered: "2026-09-19T12:12:50+00:00"
---

# Feature: #84203 - Unify form setup YAML loading {#feature-84203}

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

## Description {#description}

Form setup files of the "form" extension now make use of the TYPO3 core YAML file loader. This allows
using the known TYPO3 core features:

-   import of other YAML files via `imports` directive
-   replacement of `%placeholders%`

## Impact {#impact}

Form setups can now be structured more freely by splitting logical parts into separate files.
