From 2f25819cfff8b35c752d3a496920cf593d476b2b Mon Sep 17 00:00:00 2001 From: luvi Date: Thu, 2 Dec 2021 14:35:30 +0100 Subject: [PATCH] [WIP] Add BinaryField documentation This commit adds the documentation related to the component BinaryField --- content/developer/reference/frontend/fields.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/content/developer/reference/frontend/fields.rst b/content/developer/reference/frontend/fields.rst index 9b5d5e165..31c751a9d 100644 --- a/content/developer/reference/frontend/fields.rst +++ b/content/developer/reference/frontend/fields.rst @@ -96,6 +96,10 @@ Reference List - Technical name - Type - Short Description + * - :ref:`BinaryField ` + - `binary` + - `binary` + - transfer files with the client * - :ref:`BooleanFavoriteField ` - `boolean_favorite` - `boolean` @@ -198,6 +202,18 @@ Reference List - display URLs +.. _frontend/fields/binary_field: + +BinaryField +---------- + +- Location: `@web/fields/image_field` +- Technical name: `image` +- Supported types: `binary` + +The purpose of this component is to upload files to the web client. In readonly +mode, you may be able to download the file available from the field. + .. _frontend/fields/boolean_favorite_field: BooleanFavoriteField