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.
2 parents c19b872 + 8a2724a commit 9a24036Copy full SHA for 9a24036
reference/forms/types/map.rst.inc
@@ -44,6 +44,14 @@ Other Fields
44
* :doc:`FileType </reference/forms/types/file>`
45
* :doc:`RadioType </reference/forms/types/radio>`
46
47
+Symfony UX Fields
48
+~~~~~~~~~~~~~~~~~
49
+
50
+These types are part of the `Symfony UX initiative`_:
51
52
+* `CropperType`_ (using Cropper.js)
53
+* `DropzoneType`_
54
55
UID Fields
56
~~~~~~~~~~
57
@@ -72,3 +80,7 @@ Base Fields
72
80
~~~~~~~~~~~
73
81
74
82
* :doc:`FormType </reference/forms/types/form>`
83
84
+.. _`Symfony UX initiative`: https://github.com/symfony/ux#readme
85
+.. _`CropperType`: https://github.com/symfony/ux/tree/2.x/src/Cropperjs#readme
86
+.. _`DropzoneType`: https://github.com/symfony/ux/tree/2.x/src/Dropzone#readme
0 commit comments