Add styles for the mcw (Fix #51).

This commit is contained in:
David Molineus
2017-10-16 16:58:17 +02:00
parent e6689d4d45
commit c2fd00e6a0
5 changed files with 36 additions and 2 deletions

View File

@@ -810,6 +810,7 @@ $GLOBALS['TL_DCA']['tl_leaflet_layer'] = [
'inputType' => 'multiColumnWizard',
'options_callback' => ['netzmacht.contao_leaflet.listeners.dca.layer', 'getIcons'],
'eval' => [
'tl_class' => 'leaflet-mcw leaflet-mcw-amenity-icons',
'columnFields' => [
'amenity' => [
'label' => &$GLOBALS['TL_LANG']['tl_leaflet_layer']['amenity'],