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

Merge branch 'develop' into 'main'

Develop

See merge request !91
parents 5ad4a43c c748f416
Branches
No related tags found
2 merge requests!107Fix example "content validation",!91Develop
Pipeline #1015775 passed
......@@ -9,7 +9,7 @@ services:
- 8999:8000
environment:
LIVE_RELOAD_SUPPORT: 'true'
ADD_MODULES: fontawesome-markdown mkdocs-git-revision-date-localized-plugin mkdocs-material==9.4.1 mkdocs-build-plantuml-plugin mkdocs-new-features-notifier mkdocs-git-authors-plugin markdown-include mkdocs-simple-hooks mkdocs-video tzdata
ADD_MODULES: fontawesome-markdown mkdocs-git-revision-date-localized-plugin mkdocs-material==9.4.1 mkdocs-build-plantuml-plugin mkdocs-new-features-notifier mkdocs-git-authors-plugin markdown-include mkdocs-simple-hooks mkdocs-video tzdata mkdocs-backlinks
FAST_MODE: 'true'
DOCS_DIRECTORY: /mkdocs
volumes:
......
......@@ -36,11 +36,23 @@ The creation of this module was recorded and the video with additional explanati
- eca_endpoint
- http_client_manager
## Events
## Used plugins
- ECA custom event (http01)
- ECA Endpoint access (tv)
- ECA Endpoint response (tv)
### Events
- [ECA custom event (http01)](/plugins/eca/base/events/eca_base_eca_custom)
- [ECA Endpoint access (tv)](/plugins/eca/endpoint/events/eca_endpoint_access)
- [ECA Endpoint response (tv)](/plugins/eca/endpoint/events/eca_endpoint_response)
### Actions
- [Receive all posts](/plugins/http_client_manager/actions/http_client_manager_preconfigured_request_all_posts)
- [Store result in a token](/plugins/eca/base/actions/eca_privatetempstore_read)
- [Print result](/plugins/core/actions/action_message_action)
- [allow access](/plugins/eca/access/actions/eca_access_set_result)
- [Define response content](/plugins/eca/endpoint/actions/eca_endpoint_set_response_content)
- [Set response code](/plugins/eca/endpoint/actions/eca_endpoint_set_response_status_code)
- [Set json content type](/plugins/eca/endpoint/actions/eca_endpoint_set_response_content_type)
## Changelog
......
......@@ -33,11 +33,23 @@ The creation of this module was recorded and the video with additional explanati
- eca_endpoint
- http_client_manager
## Events
## Used plugins
- ECA Endpoint access (tv)
- ECA Endpoint response (tv)
- ECA custom event (http01)
### Events
- [ECA Endpoint access (tv)](/plugins/eca/endpoint/events/eca_endpoint_access)
- [ECA Endpoint response (tv)](/plugins/eca/endpoint/events/eca_endpoint_response)
- [ECA custom event (http01)](/plugins/eca/base/events/eca_base_eca_custom)
### Actions
- [allow access](/plugins/eca/access/actions/eca_access_set_result)
- [Set content](/plugins/eca/endpoint/actions/eca_endpoint_set_response_content)
- [Set response code](/plugins/eca/endpoint/actions/eca_endpoint_set_response_status_code)
- [Set json content type](/plugins/eca/endpoint/actions/eca_endpoint_set_response_content_type)
- [Get remote data](/plugins/http_client_manager/actions/http_client_manager_command_eca_tv_demo_services_Get Data)
- [Read received data into a token](/plugins/eca/base/actions/eca_privatetempstore_read)
- [Print message](/plugins/core/actions/action_message_action)
## Changelog
......
......@@ -25,10 +25,17 @@ This model shows how you get Drupal views working with VBO and ECA together. The
- eca_vbo
- views_bulk_operations
## Events
## Used plugins
- VBO: Execute Views bulk operation (one by one) (Print title of nodes)
- VBO: Custom access for Views bulk operation (Print title of nodes)
### Events
- [VBO: Execute Views bulk operation (one by one) (Print title of nodes)](/plugins/eca/vbo/events/vbo_execute)
- [VBO: Custom access for Views bulk operation (Print title of nodes)](/plugins/eca/vbo/events/vbo_custom_access)
### Actions
- [Message](/plugins/core/actions/action_message_action)
- [yes](/plugins/eca/vbo/actions/eca_vbo_set_custom_access)
## Changelog
......
......@@ -30,13 +30,31 @@ The creation of this model has been commented and [recorded on video](https://tu
- eca_user
- push_framework
## Events
- Login of a user
- Insert content entity (User: - any -)
- Log message created ()
- IP signalled
- Insert content entity (Comment: - any -)
## Used plugins
### Events
- [Login of a user](/plugins/eca/user/events/user_login)
- [Insert content entity (User: - any -)](/plugins/eca/content/events/content_entity_insert)
- [Log message created ()](/plugins/eca/log/events/log_log_message)
- [IP signalled](/plugins/eca/crowdsec/events/crowdsec_signalled)
- [Insert content entity (Comment: - any -)](/plugins/eca/content/events/content_entity_insert)
### Actions
- [Notify email](/plugins/core/actions/action_send_email_action)
- [Notify Alerta](/plugins/push_framework/actions/push_framework_notify)
- [Notify Mattermost](/plugins/push_framework/actions/push_framework_notify)
- [Set subject](/plugins/eca/base/actions/eca_token_set_value)
- [Set body](/plugins/eca/base/actions/eca_token_set_value)
- [Set subject](/plugins/eca/base/actions/eca_token_set_value)
- [Set body](/plugins/eca/base/actions/eca_token_set_value)
- [Set subject](/plugins/eca/base/actions/eca_token_set_value)
- [Set body](/plugins/eca/base/actions/eca_token_set_value)
- [Set subject](/plugins/eca/base/actions/eca_token_set_value)
- [Set body](/plugins/eca/base/actions/eca_token_set_value)
- [Set subject](/plugins/eca/base/actions/eca_token_set_value)
- [Set body](/plugins/eca/base/actions/eca_token_set_value)
## Changelog
......
......@@ -54,7 +54,7 @@ switch ($field_select) {
### Events
- [Presave content entity (Content: Artikel)](/plugins/eca/content/events/content_entity_presave)
- [Presave content entity (Content: Article)](/plugins/eca/content/events/content_entity_presave)
### Conditions
......
......@@ -37,9 +37,31 @@ The creation of this module was recorded and the video with additional explanati
- eca_tamper
- node
## Events
## Used plugins
- Controller arguments have been resolved
### Events
- [Controller arguments have been resolved](/plugins/eca/misc/events/kernel_controller_arguments)
### Conditions
- [Route match](/plugins/eca/misc/conditions/eca_route_match)
### Actions
- [Get date value from field date 1](/plugins/eca/content/actions/eca_get_field_value)
- [Output plain value](/plugins/core/actions/action_message_action)
- [Load node from route](/plugins/eca/misc/actions/eca_token_load_route_param)
- [Convert date into timestamp](/plugins/eca/tamper/actions/eca_tamper_strtotime)
- [Output timestamp](/plugins/core/actions/action_message_action)
- [Format timestamp into day, month, time](/plugins/eca/tamper/actions/eca_tamper_timetodate)
- [Output day/month/time](/plugins/core/actions/action_message_action)
- [Add 1 week](/plugins/eca/tamper/actions/eca_tamper_math)
- [Output 1 week later](/plugins/core/actions/action_message_action)
- [Format timestamp into date](/plugins/eca/tamper/actions/eca_tamper_timetodate)
- [Format in PST timezone](/plugins/eca/tamper/actions/eca_tamper_timetodate)
- [Output PST date](/plugins/core/actions/action_message_action)
- [Calculate PST time](/plugins/eca/tamper/actions/eca_tamper_timeoffset)
## Changelog
......
......@@ -70,6 +70,8 @@ plugins:
- git-authors
- git-revision-date-localized:
type: datetime
- mkdocs-backlinks:
ignored_pages: [ 'Tags', 'Home' ]
- mkdocs-simple-hooks:
hooks:
on_config: "docs.hooks:append_nav"
......
{% set title = lang.t("toc") %}
{% if config.mdx_configs.toc and config.mdx_configs.toc.title %}
{% set title = config.mdx_configs.toc.title %}
{% endif %}
<nav class="md-nav md-nav--secondary" aria-label="{{ title }}">
{% set toc = page.toc %}
{% set first = toc | first %}
{% if first and first.level == 1 %}
{% set toc = first.children %}
{% endif %}
{% if toc %}
<label class="md-nav__title" for="__toc">
<span class="md-nav__icon md-icon"></span>
{{ title }}
</label>
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
{% for toc_item in toc %}
{% include "partials/toc-item.html" %}
{% endfor %}
</ul>
{% endif %}
</nav>
{% if backlinks %}
<nav class="md-nav" aria-label="Backlinks">
<label class="md-nav__title" for="__backlinks">
<span class="md-nav__icon md-icon"></span>
Backlinks
</label>
<ul class="md-nav__list" data-md-component="backlinks" data-md-scrollfix>
{% for backlink in backlinks %}
<li class="md-nav__item">
<a href="/{{ backlink.url }}" class="md-nav__link">
{{ backlink.title }}
</a>
</li>
{% endfor %}
</ul>
</nav>
{% endif %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment