We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5d35c2 commit 5b90273Copy full SHA for 5b90273
packages/form-js-editor/src/features/properties-panel/entries/DocumentsDataSource.js
@@ -57,6 +57,20 @@ function DocumentsDataSource(props) {
57
<pre>
58
<code>{schema}</code>
59
</pre>
60
+ <p>
61
+ When using Camunda Tasklist UI, additional document reference attributes are automatically handled. Modifying
62
+ the document reference may affect the document preview functionality.
63
+ </p>
64
65
+ Learn more in our{' '}
66
+ <a
67
+ href="https://docs.camunda.io/docs/8.7/components/modeler/forms/form-element-library/forms-element-library-document-preview/"
68
+ target="_blank"
69
+ rel="noopener noreferrer">
70
+ documentation
71
+ </a>
72
+ .
73
74
</div>
75
);
76
0 commit comments