From 0f820dec3dccbb5d5759fb1fabdf267292a43e4b Mon Sep 17 00:00:00 2001 From: Wouter de Jong Date: Fri, 7 Jan 2022 18:28:39 +0100 Subject: [PATCH] Advertise Symfony UX form types --- reference/forms/types/map.rst.inc | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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