Ongoing development.

This commit is contained in:
David Molineus
2015-01-06 18:49:22 +01:00
parent f446c0492a
commit 3608f7cd48
15 changed files with 439 additions and 37 deletions

View File

@@ -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');
}
}