mirror of
https://github.com/netzmacht/contao-leaflet-maps.git
synced 2025-12-02 04:53:56 +01:00
Added missing evaluation flags, for save not encoded json in the database
This commit is contained in:
@@ -428,7 +428,9 @@ $GLOBALS['TL_DCA']['tl_leaflet_map'] = [
|
|||||||
'inputType' => 'textarea',
|
'inputType' => 'textarea',
|
||||||
'eval' => [
|
'eval' => [
|
||||||
'tl_class' => 'clr lng',
|
'tl_class' => 'clr lng',
|
||||||
'allowHtml' => true,
|
'preserveTags' => true,
|
||||||
|
'decodeEntities' => true,
|
||||||
|
'allowHtml' => true,
|
||||||
'style' => 'min-height: 40px;',
|
'style' => 'min-height: 40px;',
|
||||||
'rte' => 'ace|json',
|
'rte' => 'ace|json',
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -340,7 +340,9 @@ $GLOBALS['TL_DCA']['tl_leaflet_marker'] = [
|
|||||||
'inputType' => 'textarea',
|
'inputType' => 'textarea',
|
||||||
'eval' => [
|
'eval' => [
|
||||||
'tl_class' => 'clr lng',
|
'tl_class' => 'clr lng',
|
||||||
'allowHtml' => true,
|
'preserveTags' => true,
|
||||||
|
'decodeEntities' => true,
|
||||||
|
'allowHtml' => true,
|
||||||
'style' => 'min-height: 40px;',
|
'style' => 'min-height: 40px;',
|
||||||
'rte' => 'ace|json',
|
'rte' => 'ace|json',
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -380,7 +380,9 @@ $GLOBALS['TL_DCA']['tl_leaflet_vector'] = [
|
|||||||
'inputType' => 'textarea',
|
'inputType' => 'textarea',
|
||||||
'eval' => [
|
'eval' => [
|
||||||
'tl_class' => 'clr lng',
|
'tl_class' => 'clr lng',
|
||||||
'allowHtml' => true,
|
'preserveTags' => true,
|
||||||
|
'decodeEntities' => true,
|
||||||
|
'allowHtml' => true,
|
||||||
'style' => 'min-height: 40px;',
|
'style' => 'min-height: 40px;',
|
||||||
'rte' => 'ace|json',
|
'rte' => 'ace|json',
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user