From d32712b7f40be4ef33b0ae840c88bf65c89f1dfd Mon Sep 17 00:00:00 2001 From: Harrissou Sant-anna Date: Wed, 15 Jan 2025 04:09:53 +0000 Subject: [PATCH] Add audio and video types to the form attachment widget Fixes #8004 --- .../user_manual/working_with_vector/vector_properties.rst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/user_manual/working_with_vector/vector_properties.rst b/docs/user_manual/working_with_vector/vector_properties.rst index 033ad361777..53b81b5e4a2 100644 --- a/docs/user_manual/working_with_vector/vector_properties.rst +++ b/docs/user_manual/working_with_vector/vector_properties.rst @@ -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 ` 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 ` to fetch/store resources. .. tip:: **Relative Path in Attachment widget**