[TYPO3-dev] rte not showing up in backend for my records

Cyrill Helg phlogsmailinglists at gmail.com
Thu Sep 4 00:41:33 CEST 2008


Hello

I wanted to change a field to use the rte, so I inserted this config into my 
TCA:

		"description" => Array (		## WOP:[tables][1][fields][3][fieldname]
			"exclude" => 1,		## WOP:[tables][1][fields][3][excludeField]
			"label" => "LLL:EXT:asfd/locallang_db.xml:tx_myEXT:cat.description",		## 
WOP:[tables][1][fields][3][title]
			"config" => Array (
				"type" => "text",
				"cols" => "48",	## WOP:[tables][1][fields][3][conf_cols]
				"rows" => "5",	## WOP:[tables][1][fields][3][conf_rows]
				//'softref' => 'typolink_tag,images,email[subst],url',
				'wizards' => Array(
					'_PADDING' => 4,
					'RTE' => Array (
						'notNewRecords' => 1,
						'RTEonly' => 1,
						'type' => 'script',
						'title' => 'LLL:EXT:cms/locallang_ttc.php:bodytext.W.RTE',
						'icon' => 'wizard_rte2.gif',
						'script' => 'wizard_rte.php',
					),
				)
			)
		),

I deleted all the caches, but the rte still does not load. What am I missing?

Thanks
Cyrill




More information about the TYPO3-dev mailing list