⚲
Project
General
Profile
Sign in
Home
Projects
Help
Search
:
TYPO3 Core
All Projects
TYPO3 Core
Overview
Activity
Roadmap
Issues
Repository
Download (821 Bytes)
Bug #95181
» flexform.xml
Exemple flexform -
Pierrick Caillon
, 2021-09-10 14:39
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<T3DataStructure>
<sheets>
<sDEF>
<ROOT>
<TCEforms>
<sheetTitle>
General
</sheetTitle>
</TCEforms>
<type>
array
</type>
<el>
<my-section>
<type>
array
</type>
<title>
My section
</title>
<el
type=
"array"
>
<item>
<type>
array
</type>
<title>
Item
</title>
<el
type=
"array"
>
<title
type=
"array"
>
<TCEforms>
<label>
Title
</label>
<config
type=
"array"
>
<type>
input
</type>
<eval>
trim,required
</eval>
<max>
100
</max>
</config>
</TCEforms>
</title>
</el>
</item>
</el>
<section>
1
</section>
</my-section>
</el>
</ROOT>
</sDEF>
</sheets>
</T3DataStructure>
« Previous
1
2
3
4
Next »
(1-1/4)
Loading...