mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-07-28 18:24:38 -05:00
Allow filename to use tags[KEY] and tags[INDEX]
This commit is contained in:
@@ -60,7 +60,7 @@ PAPERLESS_EMAIL_SECRET=""
|
||||
# * {title}
|
||||
# * {created}
|
||||
# * {added}
|
||||
# * {tag[KEY]} If your tags conform to key_value or key-value
|
||||
# * {tags[KEY]} If your tags conform to key_value or key-value
|
||||
# * {tags[INDEX]} If your tags are strings, select the tag by index
|
||||
# Uniqueness of filenames is ensured, as an incrementing counter is attached
|
||||
# to each filename.
|
||||
|
Reference in New Issue
Block a user