27.07.2015 Views

TYPO3 CMS 7.3 - What’s New

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

In-Depth Changes<br />

FormEngine NodeFactory API (2)<br />

In cases where multipe registry elements have been registered for the<br />

same type, the resolver with the highest priority (0 to 100) is used<br />

A new TCA type can be registered as follows:<br />

TCA<br />

’columns’ => array(<br />

’bodytext’ => array(<br />

’config’ => array(<br />

’type’ => ’text’,<br />

’renderType’ => ’3dCloud’,<br />

),<br />

),<br />

)<br />

ext_localconf.php<br />

$GLOBALS[’<strong>TYPO3</strong>_CONF_VARS’][’SYS’][’formEngine’][’nodeRegistry’][1433197759] = array(<br />

’nodeName’ => ’3dCloud’,<br />

’priority’ => 40,<br />

’class’ => \MyVendor\MyExtension\Form\Element\ShowTextAs3dCloudElement::class<br />

);<br />

<strong>TYPO3</strong> <strong>CMS</strong> <strong>7.3</strong> - <strong>What’s</strong> <strong>New</strong>

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!