diff --git a/typo3/sysext/t3editor/res/tsref/tsref.xml b/typo3/sysext/t3editor/res/tsref/tsref.xml index 2bf15b64d5f7706b43c43db7c09699f4cce0be10..48f78a85c0e6094ef299442091e4868e5e79e6d4 100644 --- a/typo3/sysext/t3editor/res/tsref/tsref.xml +++ b/typo3/sysext/t3editor/res/tsref/tsref.xml @@ -7393,7 +7393,7 @@ Output will be "Ich bin..." instead of "I am..."]]></description> <default><![CDATA[ ]]></default> </property> - <property name="listNum" type="string"> + <property name="listNum" type="listNum"> <description><![CDATA[Explodes the content with "," (comma) and the content is set to the item[value]. Special keyword: "last" is set to the last element of the array! @@ -7552,7 +7552,7 @@ Supplied by Jens Ellerbrock]]></description> <default><![CDATA[ ]]></default> </property> - <property name="preIfEmptyListNum" type="string"> + <property name="preIfEmptyListNum" type="listNum"> <description><![CDATA[(as "listNum" below)]]></description> <default><![CDATA[ ]]></default> @@ -8141,4 +8141,16 @@ The userfunction must return an <A>-tag.]]></description> ]]></default> </property> </type> + <type id="listNum"> + <property name="splitChar" type="string"> + <description><![CDATA[Defines the string used to explode the value. If splitChar is an integer, the character with that number is used (e.g. "10" to split lines...). + + Default: "," (comma)]]></description> + <default><![CDATA[,]]></default> + </property> + <property name="stdWrap" type="stdWrap"> + <description><![CDATA[stdwrap properties of the listNum... +]]></description> + </property> + </type> </tsRef>