forked from Snck3rs/contao-leaflet-maps
Add the color picker.
This commit is contained in:
@@ -406,9 +406,12 @@ $GLOBALS['TL_DCA']['tl_leaflet_icon'] = array
|
|||||||
'label' => &$GLOBALS['TL_LANG']['tl_leaflet_icon']['iconColor'],
|
'label' => &$GLOBALS['TL_LANG']['tl_leaflet_icon']['iconColor'],
|
||||||
'exclude' => true,
|
'exclude' => true,
|
||||||
'inputType' => 'text',
|
'inputType' => 'text',
|
||||||
|
'wizard' => array(
|
||||||
|
\Netzmacht\Contao\Toolkit\Dca\Callback\CallbackFactory::colorPicker()
|
||||||
|
),
|
||||||
'eval' => array(
|
'eval' => array(
|
||||||
'maxlength' => 64,
|
'maxlength' => 64,
|
||||||
'tl_class' => 'w50',
|
'tl_class' => 'w50 wizard',
|
||||||
'nullIfEmpty' => true,
|
'nullIfEmpty' => true,
|
||||||
),
|
),
|
||||||
'sql' => "varchar(16) NULL"
|
'sql' => "varchar(16) NULL"
|
||||||
|
|||||||
Reference in New Issue
Block a user