rias/statamic-collection-groups
最新稳定版本:v1.1.0
Composer 安装命令:
composer require rias/statamic-collection-groups
包简介
README 文档
README
Collection Groups
Collection Groups for Statamic 3.
Group your collections into separate groups, this also removes the collections from the "Collections" nav item
Installation
Require it using Composer.
composer require rias/statamic-collection-groups
Publish the configuration file
php artisan vendor:publish --provider="Rias\CollectionGroups\ServiceProvider"
The config file will be in config/statamic/collection-groups.php.
You can create groups by providing an array in the config file:
<?php return [ 'Group 1 label' => [ 'collection_handle_1', 'collection_handle_2', ], 'Group 2 label' => [ 'collection_handle_3', 'collection_handle_4', ] ];
Brought to you by Rias
统计信息
- 总下载量: 5.86k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2020-08-03