document_type added

This commit is contained in:
2026-01-04 16:09:52 +01:00
parent 0f2a879c8c
commit 3027cc0532
2 changed files with 13 additions and 7 deletions

View File

@@ -6,6 +6,10 @@
{{ JSON.stringify($('getTags').all().map(i => ({ id: i.json.paperless_id, name: i.json.name }))) }}
[Tags End]
[Documents Start]
{{ JSON.stringify($('getDocuments').all().map(i => ({ id: i.json.paperless_id, name: i.json.name }))) }}
[Documents End]
[Dokument Inhalt Start]
{{ $('documentObject').item.json.document[0].content.substring(1,1000) }}
[Dokument Inhalt Ende]