-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path01-draft.json
More file actions
36 lines (36 loc) · 1.56 KB
/
Copy path01-draft.json
File metadata and controls
36 lines (36 loc) · 1.56 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"title": "Draft Document Indicator",
"blocks": [
{ "type": "heading", "text": "Document Status: DRAFT", "level": 1 },
{ "type": "paragraph", "text": "This document is marked as DRAFT with a diagonal watermark overlay. The status indicator appears both in the visual watermark and in the document metadata." },
{ "type": "spacer", "height": 12 },
{ "type": "heading", "text": "Document Information", "level": 2 },
{ "type": "list", "style": "bullet", "items": [
"Status: Draft (not for distribution)",
"Purpose: Internal review and testing",
"Visibility: Marked with prominent watermark overlay",
"Next Step: Convert to final version after approval",
"Distribution: Limited to authorized reviewers only"
]},
{ "type": "spacer", "height": 12 },
{ "type": "heading", "text": "Review Instructions", "level": 2 },
{ "type": "paragraph", "text": "Before finalizing this document, please review all sections for accuracy and completeness. The DRAFT watermark indicates this document is not yet in its final form. Send feedback to the document owner." }
],
"footerText": "DRAFT — For Review Only — Version 0.1",
"metadata": {
"subject": "Draft document with watermark indicator",
"keywords": "draft, review, watermark, internal"
},
"layout": {
"watermark": {
"text": {
"text": "DRAFT",
"opacity": 0.35,
"angle": -45,
"fontSize": 72,
"color": "#FF6B6B"
},
"position": "background"
}
}
}