arfaram/ezplatform-drafts-tools
Composer 安装命令:
composer require arfaram/ezplatform-drafts-tools
包简介
Access to all users drafts
关键字:
README 文档
README
Drafts Tools Bundle
This bundle allows you to have access to all user drafts by adding a new API layer. eZPlatform is designed to get only access to drafts for current logged in user over the public API. The Rest API operating on top is requiring additional user token to have access though.
Requirement
- eZPlatform by Ibexa 3.x +
- PHP 7.3+
Features
- Access to private drafts in the everyone dashboard block
- All draft tab contains information about future draft location(s)
- Custom policy to access the new tab
Installation
composer require arfaram/ezplatform-drafts-tools
- Activate the Bundle in bundles.php
return
[
//...
EzPlatform\DraftsToolsBundle\EzPlatformDraftsToolsBundle::class => ['all' => true],
Usage
User must have below both policies to access the All drafts Tab:
- Content / Versionread
- Drafts Tools / All Dashboard Tab
Default pagination value ist set to 25. You can amend this value from the services.yaml e.g:
parameters:
pagination.dashboard_all_drafts_limit: XX
Future Features
- Publish drafts from the Dashboard
- Pagination value in User settings(individual) or add new policies attribute(Global per User group)
- Preview draft link for external user
- Rest API endpoint
Contributions are welcome
Screenshots
eZ Platform 3.2
eZ Platform v3.0 and 3.1
统计信息
- 总下载量: 20
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0
- 更新时间: 2021-01-17



