a2g_travel_blog/Configuration/FlexForms/flexform_timeline.xml

76 lines
3.4 KiB
XML
Raw Normal View History

2023-12-04 16:40:27 +01:00
<T3DataStructure>
<sheets>
<sDEF>
<ROOT>
<TCEforms>
<sheetTitle>Function</sheetTitle>
</TCEforms>
<type>array</type>
<el>
<settings.timelineType>
<label>timeline type</label>
<config>
<type>select</type>
<renderType>selectSingle</renderType>
<items type="array">
<numIndex index="0" type="array">
<numIndex index="0">all posts in timeline</numIndex>
<numIndex index="1">0</numIndex>
</numIndex>
<numIndex index="1" type="array">
<numIndex index="0">travel post categorie timeline</numIndex>
<numIndex index="1">2</numIndex>
</numIndex>
<numIndex index="2" type="array">
<numIndex index="0">travel post author timeline</numIndex>
<numIndex index="1">3</numIndex>
</numIndex>
</items>
</config>
<onChange>reload</onChange>
</settings.timelineType>
<settings.showAuthors>
<label>show authors</label>
<config>
<type>group</type>
<allowed>tx_blog_domain_model_author</allowed>
<fieldControl>
<editPopup>
<disabled>false</disabled>
</editPopup>
<addRecord>
<disabled>false</disabled>
</addRecord>
<listModule>
<disabled>false</disabled>
</listModule>
</fieldControl>
</config>
<displayCond>FIELD:settings.timelineType:=:3</displayCond>
</settings.showAuthors>
<settings.showCategories>
<label>show categories</label>
<config>
<type>group</type>
<allowed>sys_category</allowed>
<fieldControl>
<editPopup>
<disabled>false</disabled>
</editPopup>
<addRecord>
<disabled>false</disabled>
</addRecord>
<listModule>
<disabled>false</disabled>
</listModule>
</fieldControl>
</config>
<displayCond>FIELD:settings.timelineType:=:2</displayCond>
</settings.showCategories>
</el>
</ROOT>
</sDEF>
</sheets>
</T3DataStructure>