[TYPO3-templavoila] Problem with local processing
Klaus Weidenbach
kw at out2networks.de
Wed Jun 2 14:06:23 CEST 2010
Hello,
I use Typo3 4.3.3 and TemplaVoila 1.4.4. I want to use local processing for
a FCE TO, but it is not working. I used local processing already in another
project and had no problems there. Is there a problem with the new
TemplaVoila or is my local processing XML wrong?
My local processing XML looks like this:
<T3DataStructure>
<ROOT type="array">
<el type="array">
<field_content type="array">
<tx_templavoila type="array">
<TypoScript><![CDATA[
10 = RECORDS
10.conf.tt_content.stdWrap.innerWrap.cObject.default.15.value = csc-default-
noscroll
10.source.current = 1
10.tables = tt_content
]]></TypoScript>
</tx_templavoila>
</field_content>
</el>
</ROOT>
</T3DataStructure>
My global processing XML looks like this:
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<T3DataStructure>
<meta type="array">
<langDisable>1</langDisable>
</meta>
<ROOT type="array">
<tx_templavoila type="array">
<title>ROOT</title>
<description>Container
Element</description>
</tx_templavoila>
<type>array</type>
<el type="array">
<field_content type="array">
<tx_templavoila type="array">
<title>Inhalt</title>
<sample_data
type="array">
<numIndex
index="0"></numIndex>
</sample_data>
<eType>ce</eType>
<tags>div</tags>
<TypoScript><![CDATA[
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>Inhalt</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_content>
</el>
</ROOT>
</T3DataStructure>
If I write the TypoScript in the global processing it is working. I already
cleared chaches and everything. In the typo3 wiki there is an example
without this type="array" in the local processing, but it does not change
anything. I have no ideas anymore what else to try.
Regards,
Klaus
More information about the TYPO3-project-templavoila
mailing list