[WIP] Add BinaryField documentation
This commit adds the documentation related to the component BinaryField
This commit is contained in:
parent
86e5247882
commit
2f25819cff
@ -96,6 +96,10 @@ Reference List
|
|||||||
- Technical name
|
- Technical name
|
||||||
- Type
|
- Type
|
||||||
- Short Description
|
- Short Description
|
||||||
|
* - :ref:`BinaryField <frontend/fields/binary_field>`
|
||||||
|
- `binary`
|
||||||
|
- `binary`
|
||||||
|
- transfer files with the client
|
||||||
* - :ref:`BooleanFavoriteField <frontend/fields/boolean_favorite_field>`
|
* - :ref:`BooleanFavoriteField <frontend/fields/boolean_favorite_field>`
|
||||||
- `boolean_favorite`
|
- `boolean_favorite`
|
||||||
- `boolean`
|
- `boolean`
|
||||||
@ -198,6 +202,18 @@ Reference List
|
|||||||
- display URLs
|
- 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:
|
.. _frontend/fields/boolean_favorite_field:
|
||||||
|
|
||||||
BooleanFavoriteField
|
BooleanFavoriteField
|
||||||
|
Loading…
Reference in New Issue
Block a user