Skip to content

Commit 5b90273

Browse files
committed
fix: update tooltip copy
1 parent a5d35c2 commit 5b90273

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

packages/form-js-editor/src/features/properties-panel/entries/DocumentsDataSource.js

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,20 @@ function DocumentsDataSource(props) {
5757
<pre>
5858
<code>{schema}</code>
5959
</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+
<p>
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+
</p>
6074
</div>
6175
);
6276

0 commit comments

Comments
 (0)