mirror of
https://github.com/netzmacht/contao-leaflet-maps.git
synced 2025-11-29 03:24:37 +01:00
Use toolkit 3.0 color picker.
This commit is contained in:
@@ -415,7 +415,7 @@ $GLOBALS['TL_DCA']['tl_leaflet_icon'] = array
|
|||||||
'exclude' => true,
|
'exclude' => true,
|
||||||
'inputType' => 'text',
|
'inputType' => 'text',
|
||||||
'wizard' => array(
|
'wizard' => array(
|
||||||
\Netzmacht\Contao\Toolkit\Dca\Callback\CallbackFactory::colorPicker()
|
['netzmacht.contao_toolkit.dca.listeners.color_picker', 'handleWizardCallback'],
|
||||||
),
|
),
|
||||||
'eval' => array(
|
'eval' => array(
|
||||||
'maxlength' => 64,
|
'maxlength' => 64,
|
||||||
|
|||||||
@@ -207,7 +207,7 @@ $GLOBALS['TL_DCA']['tl_leaflet_style'] = array
|
|||||||
'exclude' => true,
|
'exclude' => true,
|
||||||
'inputType' => 'text',
|
'inputType' => 'text',
|
||||||
'wizard' => array(
|
'wizard' => array(
|
||||||
\Netzmacht\Contao\Toolkit\Dca\Callback\CallbackFactory::colorPicker()
|
['netzmacht.contao_toolkit.dca.listeners.color_picker', 'handleWizardCallback'],
|
||||||
),
|
),
|
||||||
'eval' => array(
|
'eval' => array(
|
||||||
'tl_class' => 'w50 wizard clr',
|
'tl_class' => 'w50 wizard clr',
|
||||||
@@ -248,7 +248,7 @@ $GLOBALS['TL_DCA']['tl_leaflet_style'] = array
|
|||||||
'exclude' => true,
|
'exclude' => true,
|
||||||
'inputType' => 'text',
|
'inputType' => 'text',
|
||||||
'wizard' => array(
|
'wizard' => array(
|
||||||
\Netzmacht\Contao\Toolkit\Dca\Callback\CallbackFactory::colorPicker()
|
['netzmacht.contao_toolkit.dca.listeners.color_picker', 'handleWizardCallback'],
|
||||||
),
|
),
|
||||||
'eval' => array(
|
'eval' => array(
|
||||||
'tl_class' => 'clr w50 wizard',
|
'tl_class' => 'clr w50 wizard',
|
||||||
|
|||||||
Reference in New Issue
Block a user