Klasse tl_settings_rateit hinzugefügt
This commit is contained in:
parent
08fd8c1319
commit
c63c4dd127
@ -28,6 +28,8 @@
|
||||
* @filesource
|
||||
*/
|
||||
|
||||
use cgoIT\rateit\DcaHelper;
|
||||
|
||||
/**
|
||||
* palettes
|
||||
*/
|
||||
@ -112,4 +114,8 @@ $GLOBALS['TL_DCA']['tl_settings']['fields']['rating_description'] = array
|
||||
'inputType' => 'text',
|
||||
'eval' => array('mandatory'=>true, 'allowHtml'=>true, 'tl_class'=>'w50')
|
||||
);
|
||||
|
||||
class tl_settings_rateit extends DcaHelper
|
||||
{
|
||||
}
|
||||
?>
|
||||
|
Loading…
Reference in New Issue
Block a user