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

Merge branch 'develop' into 'main'

Merging develop into main

See merge request !95
parents cc854cf4 16b85a01
Branches
No related tags found
2 merge requests!107Fix example "content validation",!95Merging develop into main
Pipeline #1167847 passed
Showing
with 48 additions and 6 deletions
......@@ -53,8 +53,12 @@ of log messages from ECA could easily impact your site's performance.
**Requirements:**
- Install the "Webprofiler" module: `composer require drupal/webprofiler`
- Enable the "Webprofiler" module
- For ECA 1:
- Install the "Webprofiler" module: `composer require drupal/webprofiler`
- Enable the "Webprofiler" module
- For ECA 2:
- Install the "ECA Webprofiler" module: `composer require drupal/eca_webprofiler`
- Enable the "ECA Webprofiler" module and its dependencies
- Go to **Administration / Configuration / Development / Devel / Webprofiler** (`/admin/config/development/devel/webprofiler`) and enable the ECA toolbar item
The database logging module is not required when you're using the webprofiler as your debugging method. Also, there
......
......@@ -6,6 +6,8 @@ tags:
---
# Unpublish comment containing keyword(s)
Available since: unknown
{!include/plugins/comment/action/comment_unpublish_by_keyword_action.md!}
......
......@@ -6,6 +6,8 @@ tags:
---
# Publish selected product
Available since: unknown
{!include/plugins/commerce_product/action/commerce_publish_product.md!}
......
......@@ -6,6 +6,8 @@ tags:
---
# Unpublish selected product
Available since: unknown
{!include/plugins/commerce_product/action/commerce_unpublish_product.md!}
......
---
title: "Change moderation state of Custom block"
title: "Change moderation state of Content block"
tags:
- action
- content_moderation
---
# Change moderation state of Custom block
# Change moderation state of Content block
Available since: unknown
......
......@@ -6,6 +6,8 @@ tags:
---
# Change moderation state of Media
Available since: unknown
{!include/plugins/content_moderation/action/moderation_state_change_media.md!}
......
......@@ -6,6 +6,8 @@ tags:
---
# Change moderation state of Content
Available since: unknown
{!include/plugins/content_moderation/action/moderation_state_change_node.md!}
......
......@@ -6,6 +6,8 @@ tags:
---
# Change moderation state of Profile
Available since: unknown
{!include/plugins/content_moderation/action/moderation_state_change_profile.md!}
......
......@@ -6,6 +6,8 @@ tags:
---
# Change moderation state of Taxonomy term
Available since: unknown
{!include/plugins/content_moderation/action/moderation_state_change_taxonomy_term.md!}
......
......@@ -6,6 +6,8 @@ tags:
---
# Redirect to URL
Available since: unknown
{!include/plugins/core/action/action_goto_action.md!}
......
......@@ -6,6 +6,8 @@ tags:
---
# Display a message to the user
Available since: unknown
{!include/plugins/core/action/action_message_action.md!}
......
......@@ -6,6 +6,8 @@ tags:
---
# Send email
Available since: unknown
{!include/plugins/core/action/action_send_email_action.md!}
......
---
title: "Publish custom block"
title: "Publish content block"
tags:
- action
- core
---
# Publish custom block
# Publish content block
Available since: unknown
......
......@@ -6,6 +6,8 @@ tags:
---
# Publish comment
Available since: unknown
{!include/plugins/core/action/entity_publish_action_comment.md!}
......
......@@ -6,6 +6,8 @@ tags:
---
# Publish product
Available since: unknown
{!include/plugins/core/action/entity_publish_action_commerce_product.md!}
......
......@@ -6,6 +6,8 @@ tags:
---
# Publish product variation
Available since: unknown
{!include/plugins/core/action/entity_publish_action_commerce_product_variation.md!}
......
......@@ -6,6 +6,8 @@ tags:
---
# Publish media item
Available since: unknown
{!include/plugins/core/action/entity_publish_action_media.md!}
......
......@@ -6,6 +6,8 @@ tags:
---
# Publish custom menu link
Available since: unknown
{!include/plugins/core/action/entity_publish_action_menu_link_content.md!}
......
......@@ -6,6 +6,8 @@ tags:
---
# Publish content item
Available since: unknown
{!include/plugins/core/action/entity_publish_action_node.md!}
......
......@@ -6,6 +6,8 @@ tags:
---
# Publish URL alias
Available since: unknown
{!include/plugins/core/action/entity_publish_action_path_alias.md!}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment