From fd54d739d76d4958c697aef64a58cb6d6cd63150 Mon Sep 17 00:00:00 2001 From: Stefan Heimes Date: Wed, 11 Jan 2023 12:09:58 +0100 Subject: [PATCH] Code styling --- src/Bundle/Resources/contao/dca/tl_leaflet_map.php | 7 ++++--- src/Bundle/Resources/contao/dca/tl_leaflet_marker.php | 5 +++-- src/Bundle/Resources/contao/dca/tl_leaflet_vector.php | 7 ++++--- 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/src/Bundle/Resources/contao/dca/tl_leaflet_map.php b/src/Bundle/Resources/contao/dca/tl_leaflet_map.php index 33a3584..c952dee 100644 --- a/src/Bundle/Resources/contao/dca/tl_leaflet_map.php +++ b/src/Bundle/Resources/contao/dca/tl_leaflet_map.php @@ -6,6 +6,7 @@ * @package contao-leaflet-maps * @author David Molineus * @author Sven Baumann + * @author Stefan Heimes * @copyright 2014-2022 netzmacht David Molineus. All rights reserved. * @license LGPL-3.0 https://github.com/netzmacht/contao-leaflet-maps/blob/master/LICENSE * @filesource @@ -427,12 +428,12 @@ $GLOBALS['TL_DCA']['tl_leaflet_map'] = [ 'exclude' => true, 'inputType' => 'textarea', 'eval' => [ - 'tl_class' => 'clr lng', + 'tl_class' => 'clr lng', 'preserveTags' => true, 'decodeEntities' => true, 'allowHtml' => true, - 'style' => 'min-height: 40px;', - 'rte' => 'ace|json', + 'style' => 'min-height: 40px;', + 'rte' => 'ace|json', ], 'sql' => 'text NULL', ], diff --git a/src/Bundle/Resources/contao/dca/tl_leaflet_marker.php b/src/Bundle/Resources/contao/dca/tl_leaflet_marker.php index 41782a7..2ff9245 100644 --- a/src/Bundle/Resources/contao/dca/tl_leaflet_marker.php +++ b/src/Bundle/Resources/contao/dca/tl_leaflet_marker.php @@ -6,6 +6,7 @@ * @package contao-leaflet-maps * @author David Molineus * @author Sven Baumann + * @author Stefan Heimes * @copyright 2014-2022 netzmacht David Molineus. All rights reserved. * @license LGPL-3.0 https://github.com/netzmacht/contao-leaflet-maps/blob/master/LICENSE * @filesource @@ -343,8 +344,8 @@ $GLOBALS['TL_DCA']['tl_leaflet_marker'] = [ 'preserveTags' => true, 'decodeEntities' => true, 'allowHtml' => true, - 'style' => 'min-height: 40px;', - 'rte' => 'ace|json', + 'style' => 'min-height: 40px;', + 'rte' => 'ace|json', ], 'sql' => 'text NULL', ], diff --git a/src/Bundle/Resources/contao/dca/tl_leaflet_vector.php b/src/Bundle/Resources/contao/dca/tl_leaflet_vector.php index 32340cd..158aba6 100644 --- a/src/Bundle/Resources/contao/dca/tl_leaflet_vector.php +++ b/src/Bundle/Resources/contao/dca/tl_leaflet_vector.php @@ -6,6 +6,7 @@ * @package contao-leaflet-maps * @author David Molineus * @author Sven Baumann + * @author Stefan Heimes * @copyright 2014-2022 netzmacht David Molineus. All rights reserved. * @license LGPL-3.0 https://github.com/netzmacht/contao-leaflet-maps/blob/master/LICENSE * @filesource @@ -379,12 +380,12 @@ $GLOBALS['TL_DCA']['tl_leaflet_vector'] = [ 'exclude' => true, 'inputType' => 'textarea', 'eval' => [ - 'tl_class' => 'clr lng', + 'tl_class' => 'clr lng', 'preserveTags' => true, 'decodeEntities' => true, 'allowHtml' => true, - 'style' => 'min-height: 40px;', - 'rte' => 'ace|json', + 'style' => 'min-height: 40px;', + 'rte' => 'ace|json', ], 'sql' => 'text NULL', ],