dmstr/yii2-news-module yii2 news module with text blocks image and video gallery, with yii2 moximanager

modulenews

Yii2 News Modul

Dev-config

put this into your app/config/bootstrap.php

```
\Yii::$container->set(
    'schmunk42\giiant\crud\providers\CallbackProvider',
    [
        'columnFormats' => [

            /**
             * hide system fields in grid
             */
            '^id$|created_at$|updated_at$' => function () {
                return false;
            },

        ],
        'activeFields' => [

            /**
             * hide system fields in grid
             */
            '^id$|created_at$|updated_at$' => function () {
                return false;
            },

        ]
    ]
);
```

put this into your app/config/main.php

```
'modules'    => [
    'news'  => [
        'class'  => \dmstr\modules\news\Module::className(),
        'layout' => '@admin-views/layouts/main',
    ],
]
```

Statistics

Downloads
GitHub Stars
GitHub Forks

Releases

Comments



0.0.3 is the latest of 3 releases



BSD-3-Clause license
Stats
6 github stars & 4 github forks
0 downloads in the last day
0 downloads in the last 30 days
2268 total downloads