Skip to content

Commit

Permalink
Add audio and video types to the form attachment widget
Browse files Browse the repository at this point in the history
Fixes #8004
  • Loading branch information
DelazJ committed Jan 22, 2025
1 parent 7df18ea commit a5dd48e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/user_manual/working_with_vector/vector_properties.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2681,9 +2681,11 @@ with the field type. The available widgets are:
database. This is currently only supported by the PostgreSQL provider, for
fields of ``enum`` type.
* **Attachment**: Uses a "Open file" dialog to store file path in a
relative or absolute mode. It can be used to display a hyperlink (to
document path), a picture or a web page. User can also configure an
:ref:`external storage system <external_storage>` to fetch/store resources.
relative or absolute mode. It can be used to display the document path as a hyperlink
or render the document within a dedicated widget in the form.
Supported document types are image, web page, audio and video,
and the supported file formats depend on the Operating System.
You can also configure an :ref:`external storage system <external_storage>` to fetch/store resources.

.. tip:: **Relative Path in Attachment widget**

Expand Down

0 comments on commit a5dd48e

Please sign in to comment.