Skip to content

Commit 8a2724a

Browse files
committed
minor #16377 [Form] List Symfony UX form types (wouterj)
This PR was merged into the 5.3 branch. Discussion ---------- [Form] List Symfony UX form types Ultimately, I think the Symfony UX docs should be completely moved to this repo. But I'm not sure what exactly the plans/ideas are for this. Let's start by just advertising Symfony UX in the official docs :) cc `@tgalopin` `@weaverryan` Commits ------- 0f820de Advertise Symfony UX form types
2 parents 211fe4e + 0f820de commit 8a2724a

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)