Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hamidpeywasti committed Sep 14, 2018
1 parent c26d79a commit 59fc2e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dca/tl_content.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
'inputType' => 'checkbox',
'options' => array('date','code','brand','model','sku','buy'),
'reference' => &$GLOBALS['TL_LANG']['MSC'],
'eval' => array('multiple'=>true),
'eval' => array('multiple'=>true,'tl_class'=>'clr'),
'sql' => "varchar(255) NOT NULL default ''"
);
$GLOBALS['TL_DCA']['tl_content']['fields']['product_template'] = array
Expand Down

0 comments on commit 59fc2e2

Please sign in to comment.