You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following up on #1239 would like to also add the possibility to preview and download files in a form
Create a new file preview component according to the mocks
This new component will have the following configurations on the properties panel: Label, Document reference and optionally configure the Endpoint
Label: a title shown on the top of the list documents
Document reference: the variable in the context which form-js will use to render the files
Endpoint: the key in the context which will have the endpoint URL which will be used to fetch each file. By default, it is set to the Camunda API endpoint.
Each file should be downloadable
PDFs and images should be previewable for any other format we will show the filename
Why should we do it?
So users can consume files uploaded in other forms or services
The text was updated successfully, but these errors were encountered:
Epic https://github.com/camunda/product-hub/issues/2592, part of the Document handling https://github.com/camunda/product-hub/issues/2555
Design mocks: link
What should we do?
Following up on #1239 would like to also add the possibility to preview and download files in a form
Label
,Document reference
and optionally configure theEndpoint
Label
: a title shown on the top of the list documentsDocument reference
: the variable in the context whichform-js
will use to render the filesEndpoint
: the key in the context which will have the endpoint URL which will be used to fetch each file. By default, it is set to the Camunda API endpoint.Why should we do it?
So users can consume files uploaded in other forms or services
The text was updated successfully, but these errors were encountered: