forked from Snck3rs/contao-leaflet-maps
Ongoing development.
This commit is contained in:
@@ -21,4 +21,11 @@ class AbstractLayerMapper extends AbstractTypeMapper
|
||||
* @var string
|
||||
*/
|
||||
protected static $modelClass = 'Netzmacht\Contao\Leaflet\Model\LayerModel';
|
||||
|
||||
protected function initialize()
|
||||
{
|
||||
parent::initialize();
|
||||
|
||||
$this->addOption('label', 'title');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user