Skip to content

Commit

Permalink
minor symfony#2188 [Dropzone] change physical link to the default sty…
Browse files Browse the repository at this point in the history
…le file (chadyred)

This PR was merged into the 2.x branch.

Discussion
----------

[Dropzone] change physical link to the default style file

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | no
| License       | MIT

Hello, after installing and following the doc, I have a message with an error on the path to the style file after having copy docs config example :)

Commits
-------

1e23116 [Dropzone] change physical link to the default style file
  • Loading branch information
smnandre committed Sep 21, 2024
2 parents 4705d03 + 1e23116 commit 9209d86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Dropzone/doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
}
}
}
Expand Down

0 comments on commit 9209d86

Please sign in to comment.