forked from Snck3rs/contao-leaflet-maps
Code styling
This commit is contained in:
@@ -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',
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -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',
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -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',
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user