Skip to content
Snippets Groups Projects
Commit f144c79d authored by Oliver Bartsch's avatar Oliver Bartsch Committed by Christian Kuhn
Browse files

[BUGFIX] Remove invalid flex form configuration

Since #102970, it's no longer possible to use
DB relations in nested types for flex forms.

A forgotten TCA configuration in
`tx_styleguide_elements_folder` is removed
accordingly.

Resolves: #103227
Related: #102970
Releases: main
Change-Id: I06c6a5953fa9dca1e8a90b677c3c890580da8b6b
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/83159


Reviewed-by: default avatarStefan Bürk <stefan@buerk.tech>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarStefan Bürk <stefan@buerk.tech>
parent 1406299d
Branches
Tags
No related merge requests found
......@@ -124,35 +124,6 @@ return [
</ROOT>
</sDb>
<sSection>
<ROOT>
<type>array</type>
<sheetTitle>section</sheetTitle>
<el>
<section_1>
<title>section_1</title>
<type>array</type>
<section>1</section>
<el>
<container_1>
<type>array</type>
<title>container_1</title>
<el>
<folder_1>
<label>folder_1</label>
<config>
<type>folder</type>
<size>5</size>
</config>
</folder_1>
</el>
</container_1>
</el>
</section_1>
</el>
</ROOT>
</sSection>
</sheets>
</T3DataStructure>
',
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment