mirror of
https://github.com/netzmacht/contao-leaflet-maps.git
synced 2026-03-01 09:38:13 +01:00
Use OptionsBuilder in all mapper classes.
This commit is contained in:
@@ -60,7 +60,7 @@ class MarkerMapper extends AbstractMapper
|
||||
*/
|
||||
protected function initialize()
|
||||
{
|
||||
$this
|
||||
$this->optionsBuilder
|
||||
->addConditionalOption('tooltip', 'title', 'tooltip')
|
||||
->addConditionalOption('alt')
|
||||
->addConditionalOption('zIndexOffset')
|
||||
|
||||
Reference in New Issue
Block a user