Skip to content

Commit 9a24036

Browse files
committed
Merge branch '5.3' into 5.4
* 5.3: Advertise Symfony UX form types
2 parents c19b872 + 8a2724a commit 9a24036

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
@@ -44,6 +44,14 @@ Other Fields
4444
* :doc:`FileType </reference/forms/types/file>`
4545
* :doc:`RadioType </reference/forms/types/radio>`
4646

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+
4755
UID Fields
4856
~~~~~~~~~~
4957

@@ -72,3 +80,7 @@ Base Fields
7280
~~~~~~~~~~~
7381

7482
* :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

Comments
 (0)