[WIP] Add BinaryField documentation

This commit adds the documentation related to the component
BinaryField
This commit is contained in:
luvi 2021-12-02 14:35:30 +01:00
parent 86e5247882
commit 2f25819cff

View File

@ -96,6 +96,10 @@ Reference List
- Technical name
- Type
- Short Description
* - :ref:`BinaryField <frontend/fields/binary_field>`
- `binary`
- `binary`
- transfer files with the client
* - :ref:`BooleanFavoriteField <frontend/fields/boolean_favorite_field>`
- `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