Bug #19971 ยป rtehtmlarea_bugfix_10354_trunk.patch
typo3/sysext/rtehtmlarea/extensions/DefinitionList/class.tx_rtehtmlarea_definitionlist.php (copie de travail) | ||
---|---|---|
/***************************************************************
|
||
* Copyright notice
|
||
*
|
||
* (c) 2008 Stanislas Rolland <typo3(arobas)sjbr.ca>
|
||
* (c) 2008-2009 Stanislas Rolland <typo3(arobas)sjbr.ca>
|
||
* All rights reserved
|
||
*
|
||
* This script is part of the Typo3 project. The Typo3 project is
|
||
... | ... | |
'definitionlist' => 'DefinitionList',
|
||
'definitionitem' => 'DefinitionItem',
|
||
);
|
||
// The comma-separated list of names of prerequisite plugins
|
||
protected $requiredPlugins = 'BlockElements';
|
||
|
||
public function main($parentObject) {
|
||
$enabled = parent::main($parentObject) && $this->htmlAreaRTE->isPluginEnabled('BlockElements');
|