mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 06:36:13 +01:00
39 lines
1.8 KiB
XML
39 lines
1.8 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<T3DataStructure>
|
|
<sheets>
|
|
<general>
|
|
<ROOT>
|
|
<TCEforms>
|
|
<!--
|
|
The sheet title will not be visible in the BE. Still, the XML element needs to be present to
|
|
avoid a crash in the BE.
|
|
-->
|
|
<sheetTitle/>
|
|
</TCEforms>
|
|
<type>array</type>
|
|
<el>
|
|
<switchableControllerActions>
|
|
<TCEforms>
|
|
<label>LLL:EXT:tea/Resources/Private/Language/locallang.xlf:plugin.tea.view</label>
|
|
<onChange>reload</onChange>
|
|
<config>
|
|
<type>select</type>
|
|
<renderType>selectSingle</renderType>
|
|
<items type="array">
|
|
<numIndex index="1" type="array">
|
|
<numIndex index="0">LLL:EXT:tea/Resources/Private/Language/locallang.xlf:plugin.tea.index</numIndex>
|
|
<numIndex index="1">Tea->index</numIndex>
|
|
</numIndex>
|
|
<numIndex index="2" type="array">
|
|
<numIndex index="0">LLL:EXT:tea/Resources/Private/Language/locallang.xlf:plugin.tea.show</numIndex>
|
|
<numIndex index="1">Tea->show</numIndex>
|
|
</numIndex>
|
|
</items>
|
|
</config>
|
|
</TCEforms>
|
|
</switchableControllerActions>
|
|
</el>
|
|
</ROOT>
|
|
</general>
|
|
</sheets>
|
|
</T3DataStructure>
|