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
|
||||
/node_modules/
|
||||
/.tx/
|
||||
/.idea/
|
||||
|
||||
coverage.xml
|
||||
composer.lock
|
||||
|
||||
@@ -62,4 +62,14 @@ class LayersControlMapper extends AbstractControlMapper
|
||||
|
||||
return $arguments;
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
protected function initialize()
|
||||
{
|
||||
parent::initialize();
|
||||
|
||||
$this->optionsBuilder->addOption('collapsed');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user