Skip to content

Instantly share code, notes, and snippets.

@dbonneville
Created February 16, 2011 16:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dbonneville/829685 to your computer and use it in GitHub Desktop.
Save dbonneville/829685 to your computer and use it in GitHub Desktop.
sidebar FCE xml
<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
<T3DataStructure>
<meta type="array">
<langDisable>1</langDisable>
</meta>
<ROOT type="array">
<tx_templavoila type="array">
<title>ROOT</title>
<description>Select the HTML element on the page which you want to be the overall container element for the template.</description>
</tx_templavoila>
<type>array</type>
<el type="array">
<field_acc_header type="array">
<tx_templavoila type="array">
<title>Accordion Title</title>
<description>div#header</description>
<sample_data type="array">
<numIndex index="0"></numIndex>
</sample_data>
<eType>input_h</eType>
<tags>a:inner</tags>
<TypoScript>10 = TEXT
10.current = 1</TypoScript>
<proc type="array">
<int>0</int>
<HSC>1</HSC>
<stdWrap></stdWrap>
</proc>
<preview></preview>
</tx_templavoila>
<TCEforms type="array">
<label>Accordion Title</label>
<config type="array">
<type>input</type>
<size>48</size>
<eval>trim</eval>
</config>
</TCEforms>
</field_acc_header>
<field_acc_content type="array">
<tx_templavoila type="array">
<title>Accordion Content</title>
<description>div#header</description>
<sample_data type="array">
<numIndex index="0"></numIndex>
</sample_data>
<eType>ce</eType>
<tags>div:inner</tags>
<TypoScript>10= RECORDS
10.source.current=1
10.tables = tt_content</TypoScript>
<proc type="array">
<int>0</int>
<HSC>0</HSC>
<stdWrap></stdWrap>
</proc>
<preview></preview>
<oldStyleColumnNumber>0</oldStyleColumnNumber>
<enableDragDrop>1</enableDragDrop>
</tx_templavoila>
<TCEforms type="array">
<label>Accordion Content</label>
<config type="array">
<type>group</type>
<internal_type>db</internal_type>
<allowed>tt_content</allowed>
<size>5</size>
<maxitems>200</maxitems>
<minitems>0</minitems>
<multiple>1</multiple>
<show_thumbs>1</show_thumbs>
</config>
</TCEforms>
</field_acc_content>
<field_acc_id type="array">
<type>attr</type>
<tx_templavoila type="array">
<title>Accordion ID</title>
<sample_data type="array">
<numIndex index="0"></numIndex>
</sample_data>
<eType>input</eType>
<tags>attr:id</tags>
<TypoScript type="NULL"></TypoScript>
<proc type="array">
<int>0</int>
<HSC>1</HSC>
<stdWrap></stdWrap>
</proc>
<preview></preview>
<description>a id</description>
</tx_templavoila>
<TCEforms type="array">
<label>Accordion ID</label>
<config type="array">
<type>input</type>
<size>48</size>
<eval>trim</eval>
</config>
</TCEforms>
</field_acc_id>
</el>
</ROOT>
</T3DataStructure>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment