Code styling

This commit is contained in:
Stefan Heimes
2023-01-11 12:09:58 +01:00
parent 44546e4952
commit fd54d739d7
3 changed files with 11 additions and 8 deletions

View File

@@ -6,6 +6,7 @@
* @package contao-leaflet-maps * @package contao-leaflet-maps
* @author David Molineus <david.molineus@netzmacht.de> * @author David Molineus <david.molineus@netzmacht.de>
* @author Sven Baumann <baumann.sv@gmail.com> * @author Sven Baumann <baumann.sv@gmail.com>
* @author Stefan Heimes <stefan_heimes@hotmail.com>
* @copyright 2014-2022 netzmacht David Molineus. All rights reserved. * @copyright 2014-2022 netzmacht David Molineus. All rights reserved.
* @license LGPL-3.0 https://github.com/netzmacht/contao-leaflet-maps/blob/master/LICENSE * @license LGPL-3.0 https://github.com/netzmacht/contao-leaflet-maps/blob/master/LICENSE
* @filesource * @filesource
@@ -427,12 +428,12 @@ $GLOBALS['TL_DCA']['tl_leaflet_map'] = [
'exclude' => true, 'exclude' => true,
'inputType' => 'textarea', 'inputType' => 'textarea',
'eval' => [ 'eval' => [
'tl_class' => 'clr lng', 'tl_class' => 'clr lng',
'preserveTags' => true, 'preserveTags' => true,
'decodeEntities' => true, 'decodeEntities' => true,
'allowHtml' => true, 'allowHtml' => true,
'style' => 'min-height: 40px;', 'style' => 'min-height: 40px;',
'rte' => 'ace|json', 'rte' => 'ace|json',
], ],
'sql' => 'text NULL', 'sql' => 'text NULL',
], ],

View File

@@ -6,6 +6,7 @@
* @package contao-leaflet-maps * @package contao-leaflet-maps
* @author David Molineus <david.molineus@netzmacht.de> * @author David Molineus <david.molineus@netzmacht.de>
* @author Sven Baumann <baumann.sv@gmail.com> * @author Sven Baumann <baumann.sv@gmail.com>
* @author Stefan Heimes <stefan_heimes@hotmail.com>
* @copyright 2014-2022 netzmacht David Molineus. All rights reserved. * @copyright 2014-2022 netzmacht David Molineus. All rights reserved.
* @license LGPL-3.0 https://github.com/netzmacht/contao-leaflet-maps/blob/master/LICENSE * @license LGPL-3.0 https://github.com/netzmacht/contao-leaflet-maps/blob/master/LICENSE
* @filesource * @filesource
@@ -343,8 +344,8 @@ $GLOBALS['TL_DCA']['tl_leaflet_marker'] = [
'preserveTags' => true, 'preserveTags' => true,
'decodeEntities' => true, 'decodeEntities' => true,
'allowHtml' => true, 'allowHtml' => true,
'style' => 'min-height: 40px;', 'style' => 'min-height: 40px;',
'rte' => 'ace|json', 'rte' => 'ace|json',
], ],
'sql' => 'text NULL', 'sql' => 'text NULL',
], ],

View File

@@ -6,6 +6,7 @@
* @package contao-leaflet-maps * @package contao-leaflet-maps
* @author David Molineus <david.molineus@netzmacht.de> * @author David Molineus <david.molineus@netzmacht.de>
* @author Sven Baumann <baumann.sv@gmail.com> * @author Sven Baumann <baumann.sv@gmail.com>
* @author Stefan Heimes <stefan_heimes@hotmail.com>
* @copyright 2014-2022 netzmacht David Molineus. All rights reserved. * @copyright 2014-2022 netzmacht David Molineus. All rights reserved.
* @license LGPL-3.0 https://github.com/netzmacht/contao-leaflet-maps/blob/master/LICENSE * @license LGPL-3.0 https://github.com/netzmacht/contao-leaflet-maps/blob/master/LICENSE
* @filesource * @filesource
@@ -379,12 +380,12 @@ $GLOBALS['TL_DCA']['tl_leaflet_vector'] = [
'exclude' => true, 'exclude' => true,
'inputType' => 'textarea', 'inputType' => 'textarea',
'eval' => [ 'eval' => [
'tl_class' => 'clr lng', 'tl_class' => 'clr lng',
'preserveTags' => true, 'preserveTags' => true,
'decodeEntities' => true, 'decodeEntities' => true,
'allowHtml' => true, 'allowHtml' => true,
'style' => 'min-height: 40px;', 'style' => 'min-height: 40px;',
'rte' => 'ace|json', 'rte' => 'ace|json',
], ],
'sql' => 'text NULL', 'sql' => 'text NULL',
], ],