forked from Snck3rs/contao-leaflet-maps
Merge branch 'support/2.x' of github.com:netzmacht/contao-leaflet-maps into support/2.x
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -4,6 +4,7 @@
|
|||||||
/assets/js/*.js
|
/assets/js/*.js
|
||||||
/node_modules/
|
/node_modules/
|
||||||
/.tx/
|
/.tx/
|
||||||
|
/.idea/
|
||||||
|
|
||||||
coverage.xml
|
coverage.xml
|
||||||
composer.lock
|
composer.lock
|
||||||
|
|||||||
@@ -62,4 +62,14 @@ class LayersControlMapper extends AbstractControlMapper
|
|||||||
|
|
||||||
return $arguments;
|
return $arguments;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* {@inheritDoc}
|
||||||
|
*/
|
||||||
|
protected function initialize()
|
||||||
|
{
|
||||||
|
parent::initialize();
|
||||||
|
|
||||||
|
$this->optionsBuilder->addOption('collapsed');
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user