mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-01-23 05:37:14 +01:00
Enhancement: support doc_id placeholder in workflow templates (#11847)
This commit is contained in:
parent
c06e1e7cba
commit
32b236cfa2
5 changed files with 18 additions and 2 deletions
|
|
@ -597,6 +597,7 @@ The following placeholders are only available for "added" or "updated" triggers
|
|||
- `{{created_day}}`: created day
|
||||
- `{{created_time}}`: created time in HH:MM format
|
||||
- `{{doc_url}}`: URL to the document in the web UI. Requires the `PAPERLESS_URL` setting to be set.
|
||||
- `{{doc_id}}`: Document ID
|
||||
|
||||
##### Examples
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue