Skip to content
Snippets Groups Projects
Commit 9578a8e0 authored by jurgenhaas's avatar jurgenhaas
Browse files

Update plugins for DANSE and push_framework modules

parent ebe06523
Branches
No related tags found
1 merge request!79Develop
Pipeline #952723 passed
Showing
with 134 additions and 0 deletions
---
title: "Recipient Selection"
tags:
- event
- eca_danse
---
# Recipient Selection
{!include/plugins/eca_danse/event/danse_danse_recipient_selection.md!}
## Fields
`Event ID`
: The event ID to trigger this event directly.
{!include/plugins/eca_danse/event/danse_danse_recipient_selection/event_id.md!}
---
title: "ECA: DANSE integration"
tags:
- module
---
# ECA: DANSE integration
{!include/modules/eca_danse.md!}
## Installation
```shell
composer require drupal/danse
drush pm:install eca_danse
```
Instead of using Drush to enable the module, you can also go to "Administration / Extend" (`/admin/modules`) and
enable the module **ECA: DANSE integration** from there.
---
title: "Direct PUsh"
tags:
- event
- eca_push_framework
---
# Direct PUsh
{!include/plugins/eca_push_framework/event/eca_push_framework_eca_push_framework_direct_push.md!}
## Fields
`Event ID`
: The event ID to trigger this event directly.
{!include/plugins/eca_push_framework/event/eca_push_framework_eca_push_framework_direct_push/event_id.md!}
---
title: "Post render notification"
tags:
- event
- eca_push_framework
---
# Post render notification
{!include/plugins/eca_push_framework/event/push_framework_channel_post_render.md!}
---
title: "Pre build notification"
tags:
- event
- eca_push_framework
---
# Pre build notification
{!include/plugins/eca_push_framework/event/push_framework_channel_pre_build.md!}
---
title: "Pre render notification"
tags:
- event
- eca_push_framework
---
# Pre render notification
{!include/plugins/eca_push_framework/event/push_framework_channel_pre_render.md!}
---
title: "Prepare templates"
tags:
- event
- eca_push_framework
---
# Prepare templates
{!include/plugins/eca_push_framework/event/push_framework_channel_prepare_templates.md!}
---
title: "ECA Push Framework"
tags:
- module
---
# ECA Push Framework
{!include/modules/eca_push_framework.md!}
## Installation
```shell
composer require drupal/push_framework
drush pm:install eca_push_framework
```
Instead of using Drush to enable the module, you can also go to "Administration / Extend" (`/admin/modules`) and
enable the module **ECA Push Framework** from there.
......@@ -403,6 +403,14 @@
- Actions:
- 'Get parameter': plugins/eca/parameters/actions/eca_parameter_get.md
- 'Set parameter': plugins/eca/parameters/actions/eca_parameter_set.md
- 'ECA Push Framework':
- plugins/eca/push_framework/index.md
- Events:
- 'Direct PUsh': plugins/eca/push_framework/events/eca_push_framework_eca_push_framework_direct_push.md
- 'Post render notification': plugins/eca/push_framework/events/push_framework_channel_post_render.md
- 'Pre build notification': plugins/eca/push_framework/events/push_framework_channel_pre_build.md
- 'Pre render notification': plugins/eca/push_framework/events/push_framework_channel_pre_render.md
- 'Prepare templates': plugins/eca/push_framework/events/push_framework_channel_prepare_templates.md
- 'ECA Queue':
- plugins/eca/queue/index.md
- Events:
......@@ -608,6 +616,10 @@
- 'Workflow: state transition': plugins/eca/workflow/events/workflow_transition.md
- Actions:
- 'Entity workflow Editorial: transition': plugins/eca/workflow/actions/eca_workflow_transition_editorial.md
- 'ECA: DANSE integration':
- plugins/eca/danse/index.md
- Events:
- 'Recipient Selection': plugins/eca/danse/events/danse_danse_recipient_selection.md
- Augmentor:
- plugins/augmentor/index.md
- Actions:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment