We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09b9115 commit 0f820deCopy full SHA for 0f820de
reference/forms/types/map.rst.inc
@@ -43,6 +43,14 @@ Other Fields
43
* :doc:`FileType </reference/forms/types/file>`
44
* :doc:`RadioType </reference/forms/types/radio>`
45
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
54
UID Fields
55
~~~~~~~~~~
56
@@ -71,3 +79,7 @@ Base Fields
71
79
~~~~~~~~~~~
72
80
73
81
* :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