Skip to content

Commit 1cddbd4

Browse files
committed
fixes
1 parent 4dfae5c commit 1cddbd4

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

frontend/_ux-libraries.rst.inc

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,16 @@
33
* `ux-twig-component`_: Build Twig Components Backed by a PHP Class
44
* `ux-chartjs`_: Easy charts with Chart.js
55
* `ux-lazy-image`_: Optimize Image Loading with BlurHash
6-
* `ux-cropper-js`_: Form Type and tools for cropping images
6+
* `ux-cropperjs`_: Form Type and tools for cropping images
77
* `ux-dropzone`_: Form type for stylized "drop zone" for file uploads
88
* `ux-swup`_: Integration with Swup
99

10+
.. _`ux-turbo`: https://symfony.com/bundles/ux-turbo/current/index.html
1011
.. _`ux-live-component`: https://symfony.com/bundles/ux-live-component/current/index.html
1112
.. _`ux-twig-component`: https://symfony.com/bundles/ux-twig-component/current/index.html
1213
.. _`ux-chartjs`: https://symfony.com/bundles/ux-chart-js/current/index.html
1314
.. _`ux-lazy-image`: https://symfony.com/bundles/ux-lazy-image/current/index.html
1415
.. _`ux-cropperjs`: https://symfony.com/bundles/ux-cropperjs/current/index.html
1516
.. _`ux-dropzone`: https://symfony.com/bundles/ux-dropzone/current/index.html
1617
.. _`ux-swup`: https://symfony.com/bundles/ux-swup/current/index.html
17-
.. _`Turbo Drive`: https://turbo.hotwired.dev/
18+
.. _`Turbo Drive`: https://turbo.hotwired.dev/

frontend/ux.rst

+7-7
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Installing Symfony UX
1717
---------------------
1818

1919
Before you install any specific UX library, make sure you've installed
20-
:doc: `Webpack Encore </frontend/encore/installation>`.
20+
:doc:`Webpack Encore </frontend/encore/installation>`.
2121

2222
If you already have it installed, make sure you have an
2323
``assets/bootstrap.js`` file (this initializes Stimulus & the UX packages),
@@ -67,7 +67,7 @@ of being downloaded, points directly to files that already live in your ``vendor
6767
directory.
6868

6969
The Flex recipe will usually also update your ``assets/controllers.json`` file
70-
to add a new Stimulus controller into your app. For example:
70+
to add a new Stimulus controller to your app. For example:
7171

7272
.. code-block:: json
7373
@@ -83,11 +83,11 @@ to add a new Stimulus controller into your app. For example:
8383
"entrypoints": []
8484
}
8585
86-
Finally, your ``assets/bootstrap.js`` file - working with the `@symfony/stimulus-bridge`_
86+
Finally, your ``assets/bootstrap.js`` file - working with the `@symfony/stimulus-bridge`_ -
8787
package will automatically register:
8888

89-
* All files in ``assets/controllers/`` as Stimulus controllers
90-
* And all controllers described in ``assets/controllers.json``.
89+
* All files in ``assets/controllers/`` as Stimulus controllers;
90+
* And all controllers described in ``assets/controllers.json`` as Stimulus controllers.
9191

9292
The end result: you install a package, and you instantly have a Stimulus
9393
controller available! In this example, it's called
@@ -134,12 +134,12 @@ To make a third-party controller lazy, in ``assets/controllers.json``, set
134134
More Advanced Setup
135135
-------------------
136136

137-
To learn about more advanced options, read about `@symfony-stimulus-bridge`_,
137+
To learn about more advanced options, read about `@symfony/stimulus-bridge`_,
138138
the Node package that is responsible for a lot of the magic.
139139

140140
.. _`Chart.js`: https://www.chartjs.org/
141141
.. _`UX Chart.js`: https://symfony.com/bundles/ux-chartjs/current/index.html
142142
.. _`Stimulus`: https://stimulus.hotwired.dev/
143-
.. _`@symfony-stimulus-bridge`: https://github.com/symfony/stimulus-bridge
143+
.. _`@symfony/stimulus-bridge`: https://github.com/symfony/stimulus-bridge
144144
.. _`stimulus-use`: https://stimulus-use.github.io/stimulus-use
145145
.. _`stimulus-components`: https://stimulus-components.netlify.app/

reference/forms/types/map.rst.inc

+2-2
Original file line numberDiff line numberDiff line change
@@ -75,5 +75,5 @@ Base Fields
7575

7676
* :doc:`FormType </reference/forms/types/form>`
7777

78-
.. `DropzoneType`: https://symfony.com/bundles/ux-dropzone/current/index.html
79-
.. `CrooperType`: https://symfony.com/bundles/ux-cropperjs/current/index.html
78+
.. _`DropzoneType`: https://symfony.com/bundles/ux-dropzone/current/index.html
79+
.. _`CropperType`: https://symfony.com/bundles/ux-cropperjs/current/index.html

0 commit comments

Comments
 (0)