Skip to content

Commit 0f820de

Browse files
committed
Advertise Symfony UX form types
1 parent 09b9115 commit 0f820de

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

reference/forms/types/map.rst.inc

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,14 @@ Other Fields
4343
* :doc:`FileType </reference/forms/types/file>`
4444
* :doc:`RadioType </reference/forms/types/radio>`
4545

46+
Symfony UX Fields
47+
~~~~~~~~~~~~~~~~~
48+
49+
These types are part of the `Symfony UX initiative`_:
50+
51+
* `CropperType`_ (using Cropper.js)
52+
* `DropzoneType`_
53+
4654
UID Fields
4755
~~~~~~~~~~
4856

@@ -71,3 +79,7 @@ Base Fields
7179
~~~~~~~~~~~
7280

7381
* :doc:`FormType </reference/forms/types/form>`
82+
83+
.. _`Symfony UX initiative`: https://github.com/symfony/ux#readme
84+
.. _`CropperType`: https://github.com/symfony/ux/tree/2.x/src/Cropperjs#readme
85+
.. _`DropzoneType`: https://github.com/symfony/ux/tree/2.x/src/Dropzone#readme

0 commit comments

Comments
 (0)