mirror of
https://github.com/netzmacht/contao-leaflet-maps.git
synced 2026-03-05 11:38:15 +01:00
Use OptionsBuilder in all mapper classes.
This commit is contained in:
@@ -41,7 +41,7 @@ class FullscreenControlMapper extends AbstractControlMapper
|
||||
{
|
||||
parent::initialize();
|
||||
|
||||
$this
|
||||
$this->optionsBuilder
|
||||
->addOption('forceSeparateButton', 'separate')
|
||||
->addConditionalOption('title', 'title', 'buttonTitle')
|
||||
->addOption('forcePseudoFullScreen', 'simulateFullScreen');
|
||||
|
||||
Reference in New Issue
Block a user