From 1e23116f16803199f80f0c49fcfb55240e2076b6 Mon Sep 17 00:00:00 2001 From: gokakyu Date: Thu, 19 Sep 2024 17:11:48 +0200 Subject: [PATCH] [Dropzone] change physical link to the default style file --- src/Dropzone/doc/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Dropzone/doc/index.rst b/src/Dropzone/doc/index.rst index f564c8ad659..cff26ffbda6 100644 --- a/src/Dropzone/doc/index.rst +++ b/src/Dropzone/doc/index.rst @@ -62,7 +62,7 @@ Symfony UX Dropzone provides a default stylesheet in order to ease usage. You can disable it to add your own design if you wish. In ``assets/controllers.json``, disable the default stylesheet by -switching the ``@symfony/ux-dropzone/src/style.css`` autoimport to +switching the ``@symfony/ux-dropzone/dist/style.min.css`` autoimport to ``false``: .. code-block:: json @@ -74,7 +74,7 @@ switching the ``@symfony/ux-dropzone/src/style.css`` autoimport to "enabled": true, "fetch": "eager", "autoimport": { - "@symfony/ux-dropzone/src/style.css": false + "@symfony/ux-dropzone/dist/style.min.css": false } } }