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

Merge branch 'develop' into 'main'

Merging develop into main

See merge request !102
parents 5378b395 bdbf3e12
No related branches found
No related tags found
2 merge requests!107Fix example "content validation",!102Merging develop into main
Pipeline #1233196 passed
---
title: "Print"
tags:
- action
- entity_print
- entity_print action unknown
---
# Print
Available since: unknown
{!include/plugins/entity_print/action/entity_print_download_action.md!}
## Fields
`Export type`
:
{!include/plugins/entity_print/action/entity_print_download_action/export_type.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.
{!include/plugins/entity_print/action/entity_print_download_action/object.md!}
`Replace tokens`
: When enabled, tokens will be replaced <em>before</em> executing the action. <strong>Please note:</strong> Actions might already take care of replacing tokens on their own. Therefore, use this option only with care and when it makes sense.
{!include/plugins/entity_print/action/entity_print_download_action/replace_tokens.md!}
---
title: "Entity Print"
tags:
- module
---
# Entity Print
{!include/modules/entity_print.md!}
## Installation
```shell
composer require drupal/entity_print
drush pm:install entity_print
```
Instead of using Drush to enable the module, you can also go to "Administration / Extend" (`/admin/modules`) and
enable the module **Entity Print** from there.
......@@ -798,6 +798,10 @@
- plugins/easy_email/index.md
- Actions:
- 'Send Easy Email': plugins/easy_email/actions/easy_email_send.md
- 'Entity Print':
- plugins/entity_print/index.md
- Actions:
- Print: plugins/entity_print/actions/entity_print_download_action.md
- Flag:
- plugins/flag/index.md
- Actions:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment