netzmacht / contao-workflow-notification
此包已弃用,不再维护。没有建议的替代包。
Contao 工作流通知
dev-master / 1.0.x-dev
2015-05-08 15:31 UTC
Requires
- php: ~5.4
- contao-community-alliance/composer-plugin: ~2.0
- contao-community-alliance/dependency-container: ~1.6
- contao-community-alliance/event-dispatcher: ~1.3
- contao/core: >=3.1,<3.5
- netzmacht/contao-toolkit: ~1.0
- netzmacht/contao-workflow: ~1.0
- terminal42/notification_center: ~1.0
Requires (Dev)
- netzmacht/contao-build-tools: dev-master
This package is auto-updated.
Last update: 2020-02-05 23:15:31 UTC
README
此扩展提供了 Contao 工作流扩展的通知中心集成。它包含预定义的 workflow_notification
工作流类型和通知工作流操作。
安装
您可以通过 Composer 安装此扩展。
$ php composer.phar require netzmacht/contao-workflow-notification:~1.0
使用方法
- 创建并配置类型为
workflow_notification
的通知。有关更多详细信息,请参阅通知中心的文档。 - 为工作流转换创建一个
通知操作
并选择创建的通知。 - 享受它。
自定义
通知操作支持所有以 workflow_
开头的通知类型。因此,您可以自由地创建带有自定义标记的自定义通知。
请查看 workflow.notification.prepare-tokens
事件以调整生成的标记。