Skip to content
Snippets Groups Projects
Commit 728d4dee authored by jurgenhaas's avatar jurgenhaas
Browse files

More updates

parent 22c45326
No related branches found
No related tags found
1 merge request!99Merging develop into main
Pipeline #1231952 passed
Showing
with 75 additions and 11 deletions
......@@ -3,6 +3,7 @@ title: "Change moderation state of Media"
tags:
- action
- content_moderation
- core action unknown
---
# Change moderation state of Media
......
......@@ -3,6 +3,7 @@ title: "Publish media item"
tags:
- action
- core
- core action unknown
---
# Publish media item
......
......@@ -3,6 +3,7 @@ title: "Unpublish media item"
tags:
- action
- core
- core action unknown
---
# Unpublish media item
......
......@@ -3,6 +3,7 @@ title: "Content access: grant access"
tags:
- action
- eca_content_access
- eca_content_access action 1.0.0
---
# Content access: grant access
......@@ -26,6 +27,18 @@ Grants access to an individual node for a role to overwrite settings of the cont
{!include/plugins/eca_content_access/action/eca_content_access_grant_access/role.md!}
`Follow up`
:
{!include/plugins/eca_content_access/action/eca_content_access_grant_access/follow_up.md!}
`Clear cache`
:
{!include/plugins/eca_content_access/action/eca_content_access_grant_access/clear_cache.md!}
`Entity`
: Provide the token name of the <em class="placeholder">node</em> that this action should operate with. Please provide the token name only, without brackets.
......
......@@ -3,6 +3,7 @@ title: "Content access: revoke access"
tags:
- action
- eca_content_access
- eca_content_access action 1.0.0
---
# Content access: revoke access
......@@ -26,6 +27,18 @@ Revoke access from an individual node for a role to overwrite settings of the co
{!include/plugins/eca_content_access/action/eca_content_access_revoke_access/role.md!}
`Follow up`
:
{!include/plugins/eca_content_access/action/eca_content_access_revoke_access/follow_up.md!}
`Clear cache`
:
{!include/plugins/eca_content_access/action/eca_content_access_revoke_access/clear_cache.md!}
`Entity`
: Provide the token name of the <em class="placeholder">node</em> that this action should operate with. Please provide the token name only, without brackets.
......
......@@ -3,6 +3,7 @@ title: "IP banned"
tags:
- event
- eca_crowdsec
- crowdsec event 1.0.0
---
# IP banned
......@@ -15,7 +16,7 @@ Available since: 1.0.0
| Token | Description |
| ----- | ----------- |
| `[event]` | The event. |
| `[event:machine-name]` | The machine name of the ECA event. |
| `[event:machine_name]` | The machine name of the ECA event. |
| `[session_user]` | The user account that dispatched the event, regardless if ECA is processing models under a different account. |
{!include/plugins/eca_crowdsec/event/crowdsec_banned.md!}
......
......@@ -3,6 +3,7 @@ title: "IP blocked"
tags:
- event
- eca_crowdsec
- crowdsec event 1.0.0
---
# IP blocked
......@@ -15,7 +16,7 @@ Available since: 1.0.0
| Token | Description |
| ----- | ----------- |
| `[event]` | The event. |
| `[event:machine-name]` | The machine name of the ECA event. |
| `[event:machine_name]` | The machine name of the ECA event. |
| `[session_user]` | The user account that dispatched the event, regardless if ECA is processing models under a different account. |
{!include/plugins/eca_crowdsec/event/crowdsec_blocked.md!}
......
......@@ -3,6 +3,7 @@ title: "Scenario list"
tags:
- event
- eca_crowdsec
- crowdsec event 1.0.0
---
# Scenario list
......@@ -15,7 +16,7 @@ Available since: 1.0.0
| Token | Description |
| ----- | ----------- |
| `[event]` | The event. |
| `[event:machine-name]` | The machine name of the ECA event. |
| `[event:machine_name]` | The machine name of the ECA event. |
| `[session_user]` | The user account that dispatched the event, regardless if ECA is processing models under a different account. |
{!include/plugins/eca_crowdsec/event/crowdsec_scenariolist.md!}
......
......@@ -3,6 +3,7 @@ title: "IP signalled"
tags:
- event
- eca_crowdsec
- crowdsec event 1.0.0
---
# IP signalled
......@@ -15,7 +16,7 @@ Available since: 1.0.0
| Token | Description |
| ----- | ----------- |
| `[event]` | The event. |
| `[event:machine-name]` | The machine name of the ECA event. |
| `[event:machine_name]` | The machine name of the ECA event. |
| `[session_user]` | The user account that dispatched the event, regardless if ECA is processing models under a different account. |
{!include/plugins/eca_crowdsec/event/crowdsec_signalled.md!}
......
......@@ -3,6 +3,7 @@ title: "Signal scenario list"
tags:
- event
- eca_crowdsec
- crowdsec event 1.0.0
---
# Signal scenario list
......@@ -15,7 +16,7 @@ Available since: 1.0.0
| Token | Description |
| ----- | ----------- |
| `[event]` | The event. |
| `[event:machine-name]` | The machine name of the ECA event. |
| `[event:machine_name]` | The machine name of the ECA event. |
| `[session_user]` | The user account that dispatched the event, regardless if ECA is processing models under a different account. |
{!include/plugins/eca_crowdsec/event/crowdsec_signalscenariolist.md!}
......
......@@ -3,6 +3,7 @@ title: "IP unbanned"
tags:
- event
- eca_crowdsec
- crowdsec event 1.0.0
---
# IP unbanned
......@@ -15,7 +16,7 @@ Available since: 1.0.0
| Token | Description |
| ----- | ----------- |
| `[event]` | The event. |
| `[event:machine-name]` | The machine name of the ECA event. |
| `[event:machine_name]` | The machine name of the ECA event. |
| `[session_user]` | The user account that dispatched the event, regardless if ECA is processing models under a different account. |
{!include/plugins/eca_crowdsec/event/crowdsec_unbanned.md!}
......
......@@ -3,10 +3,21 @@ title: "Entity share: Relationship Field Value"
tags:
- event
- eca_entity_share_client
- eca_entity_share_client event 1.0.0
---
# Entity share: Relationship Field Value
Available since: 1.0.0
!!! tip "Provided tokens"
| Token | Description |
| ----- | ----------- |
| `[event]` | The event. |
| `[event:machine_name]` | The machine name of the ECA event. |
| `[session_user]` | The user account that dispatched the event, regardless if ECA is processing models under a different account. |
{!include/plugins/eca_entity_share_client/event/entity_share_client_rel_field_value.md!}
......@@ -3,10 +3,21 @@ title: "Entity share: Channel list prepared"
tags:
- event
- eca_entity_share_server
- eca_entity_share_server event 1.0.0
---
# Entity share: Channel list prepared
Available since: 1.0.0
!!! tip "Provided tokens"
| Token | Description |
| ----- | ----------- |
| `[event]` | The event. |
| `[event:machine_name]` | The machine name of the ECA event. |
| `[session_user]` | The user account that dispatched the event, regardless if ECA is processing models under a different account. |
{!include/plugins/eca_entity_share_server/event/entity_share_server_rel_field_value.md!}
......@@ -3,6 +3,7 @@ title: "Flag: get flagging for entity"
tags:
- action
- eca_flag
- eca_flag action 1.0.0
---
# Flag: get flagging for entity
......
......@@ -3,6 +3,7 @@ title: "Flag: entity flagged"
tags:
- condition
- eca_flag
- eca_flag condition 1.0.0
---
# Flag: entity flagged
......
......@@ -3,6 +3,7 @@ title: "Flag"
tags:
- event
- eca_flag
- eca_flag event 1.0.0
---
# Flag
......@@ -15,7 +16,7 @@ Available since: 1.0.0
| Token | Description |
| ----- | ----------- |
| `[event]` | The event. |
| `[event:machine-name]` | The machine name of the ECA event. |
| `[event:machine_name]` | The machine name of the ECA event. |
| `[session_user]` | The user account that dispatched the event, regardless if ECA is processing models under a different account. |
{!include/plugins/eca_flag/event/flag_flag.md!}
......
......@@ -3,6 +3,7 @@ title: "Unflag"
tags:
- event
- eca_flag
- eca_flag event 1.0.0
---
# Unflag
......@@ -15,7 +16,7 @@ Available since: 1.0.0
| Token | Description |
| ----- | ----------- |
| `[event]` | The event. |
| `[event:machine-name]` | The machine name of the ECA event. |
| `[event:machine_name]` | The machine name of the ECA event. |
| `[session_user]` | The user account that dispatched the event, regardless if ECA is processing models under a different account. |
{!include/plugins/eca_flag/event/flag_unflag.md!}
......
......@@ -3,6 +3,7 @@ title: "Build resource type"
tags:
- event
- eca_misc
- eca event 1.0.0
---
# Build resource type
......@@ -15,7 +16,7 @@ Fires during the resource type build process.
| Token | Description |
| ----- | ----------- |
| `[event]` | The event. |
| `[event:machine-name]` | The machine name of the ECA event. |
| `[event:machine_name]` | The machine name of the ECA event. |
| `[session_user]` | The user account that dispatched the event, regardless if ECA is processing models under a different account. |
{!include/plugins/eca_misc/event/drupal_build.md!}
......
......@@ -3,6 +3,7 @@ title: "Prepare layout builder element"
tags:
- event
- eca_misc
- eca event 1.0.0
---
# Prepare layout builder element
......@@ -15,7 +16,7 @@ Fires, when preparing a layout builder element.
| Token | Description |
| ----- | ----------- |
| `[event]` | The event. |
| `[event:machine-name]` | The machine name of the ECA event. |
| `[event:machine_name]` | The machine name of the ECA event. |
| `[session_user]` | The user account that dispatched the event, regardless if ECA is processing models under a different account. |
{!include/plugins/eca_misc/event/drupal_prepare_layout.md!}
......
......@@ -3,6 +3,7 @@ title: "Save translated string"
tags:
- event
- eca_misc
- eca event 1.0.0
---
# Save translated string
......@@ -15,7 +16,7 @@ Fires, when saving a translated string.
| Token | Description |
| ----- | ----------- |
| `[event]` | The event. |
| `[event:machine-name]` | The machine name of the ECA event. |
| `[event:machine_name]` | The machine name of the ECA event. |
| `[session_user]` | The user account that dispatched the event, regardless if ECA is processing models under a different account. |
{!include/plugins/eca_misc/event/drupal_save_translation.md!}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment