mirror of
https://github.com/netzmacht/contao-leaflet-maps.git
synced 2025-11-28 19:13:55 +01:00
Compare commits
2 Commits
2.0.0-beta
...
2.0.0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e66ee88745 | ||
|
|
7420c6e4c0 |
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