feat: add Contao 5.7 pinboard bundle
This commit is contained in:
11
contao/config/config.php
Normal file
11
contao/config/config.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
use Eiswurm\ContaoPinboardBundle\Model\PinboardModel;
|
||||
|
||||
$GLOBALS['BE_MOD']['content']['pinnwand'] = [
|
||||
'tables' => ['tl_pinnwand'],
|
||||
];
|
||||
|
||||
$GLOBALS['TL_MODELS']['tl_pinnwand'] = PinboardModel::class;
|
||||
Reference in New Issue
Block a user