From 0a5dc97f4b036b5a2ec0888175090c19b6b50de6 Mon Sep 17 00:00:00 2001 From: David Molineus Date: Fri, 23 Jan 2015 11:02:32 +0100 Subject: [PATCH] Fix options database column type. --- module/dca/tl_leaflet_map.php | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/module/dca/tl_leaflet_map.php b/module/dca/tl_leaflet_map.php index a0aa942..8330a9d 100644 --- a/module/dca/tl_leaflet_map.php +++ b/module/dca/tl_leaflet_map.php @@ -367,8 +367,12 @@ $GLOBALS['TL_DCA']['tl_leaflet_map'] = array 'label' => &$GLOBALS['TL_LANG']['tl_leaflet_map']['options'], 'exclude' => true, 'inputType' => 'textarea', - 'eval' => array('tl_class' => 'clr lng', 'allowHtml'=>true, 'style' => 'min-height: 40px;'), - 'sql' => "char(1) NOT NULL default ''" + 'eval' => array('tl_class' => 'clr lng', + 'allowHtml' => true, + 'style' => 'min-height: 40px;', + 'rte' => 'ace|json' + ), + 'sql' => "text NULL" ), 'adjustBounds' => array (