dmstr/yii2-news-module
最新稳定版本:0.0.3
Composer 安装命令:
composer require dmstr/yii2-news-module
包简介
yii2 news module with text blocks image and video gallery, with yii2 moximanager
README 文档
README
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',
],
]
```
统计信息
- 总下载量: 2.27k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 6
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2015-04-21