mirror of
https://github.com/netzmacht/contao-leaflet-maps.git
synced 2025-12-01 12:33:45 +01:00
Use high range for adding the wrapper.
This commit is contained in:
@@ -31,8 +31,8 @@ class EncoderSubscriber implements EventSubscriberInterface
|
||||
{
|
||||
return array(
|
||||
BuildEvent::NAME => array(
|
||||
array('startWrapper', 100),
|
||||
array('endWrapper', -100),
|
||||
array('startWrapper', 1000),
|
||||
array('endWrapper', -1000),
|
||||
),
|
||||
EncodeValueEvent::NAME => array(
|
||||
array('encodeIcons', 100)
|
||||
|
||||
Reference in New Issue
Block a user