Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 82540c2

Browse filesBrowse files
committed
Merge branch '5.4' into 6.0
* 5.4: Advertise Symfony UX form types
2 parents 4afa1d3 + 9a24036 commit 82540c2
Copy full SHA for 82540c2

File tree

1 file changed

+12
-0
lines changed
Filter options

1 file changed

+12
-0
lines changed

‎reference/forms/types/map.rst.inc

Copy file name to clipboardExpand all lines: reference/forms/types/map.rst.inc
+12Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.