mirror of
https://github.com/netzmacht/contao-leaflet-maps.git
synced 2025-12-01 12:33:45 +01:00
Move content element to frontend folder.
This commit is contained in:
@@ -9,15 +9,16 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace Netzmacht\Contao\Leaflet;
|
namespace Netzmacht\Contao\Leaflet\Frontend;
|
||||||
|
|
||||||
use Netzmacht\Contao\Leaflet\Mapper\MapMapper;
|
use ContentElement;
|
||||||
|
use Netzmacht\Contao\Leaflet\MapService;
|
||||||
use Netzmacht\Contao\Leaflet\Model\MapModel;
|
use Netzmacht\Contao\Leaflet\Model\MapModel;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @property int leaflet_map
|
* @property int leaflet_map
|
||||||
*/
|
*/
|
||||||
class LeafletMapElement extends \ContentElement
|
class MapElement extends \ContentElement
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* Template name.
|
* Template name.
|
||||||
18
src/Netzmacht/Contao/Leaflet/Frontend/MapModule.php
Normal file
18
src/Netzmacht/Contao/Leaflet/Frontend/MapModule.php
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @package dev
|
||||||
|
* @author David Molineus <david.molineus@netzmacht.de>
|
||||||
|
* @copyright 2015 netzmacht creative David Molineus
|
||||||
|
* @license LGPL 3.0
|
||||||
|
* @filesource
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
|
||||||
|
namespace Netzmacht\Contao\Leaflet\Frontend;
|
||||||
|
|
||||||
|
|
||||||
|
class MapModule
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user