thoughtco/statamic-cplisting
Composer 安装命令:
composer require thoughtco/statamic-cplisting
包简介
Adds a cp-listing component to Statamic v3 for control panel lists
README 文档
README
Provides a <cp-listing> component to use within Statamic v3 for searchable, filterable listing views.
To install:
composer require thoughtco/statamic-cplisting
Then run composer update
To use:
<cp-listing :filters="{{ $filters->toJson() }}" :listing-config="{{ collect([ 'preferencesPrefix' => 'namespace.myurl', 'requestUrl' => 'namespace/api/myurl', 'editUrl' => 'namespace/myurl/edit/', 'deleteUrl' => 'namespace/myurl/delete/', 'listingUrl' => 'namespace/myurl', ])->toJson() }}" ></cp-listing>
统计信息
- 总下载量: 13
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2021-02-15