diff --git a/reference/forms/types/map.rst.inc b/reference/forms/types/map.rst.inc index 8171c836a4d..52368b05b14 100644 --- a/reference/forms/types/map.rst.inc +++ b/reference/forms/types/map.rst.inc @@ -43,6 +43,14 @@ Other Fields * :doc:`FileType ` * :doc:`RadioType ` +Symfony UX Fields +~~~~~~~~~~~~~~~~~ + +These types are part of the `Symfony UX initiative`_: + +* `CropperType`_ (using Cropper.js) +* `DropzoneType`_ + UID Fields ~~~~~~~~~~ @@ -71,3 +79,7 @@ Base Fields ~~~~~~~~~~~ * :doc:`FormType ` + +.. _`Symfony UX initiative`: https://github.com/symfony/ux#readme +.. _`CropperType`: https://github.com/symfony/ux/tree/2.x/src/Cropperjs#readme +.. _`DropzoneType`: https://github.com/symfony/ux/tree/2.x/src/Dropzone#readme