Skip to content

Commit 134362d

Browse files
authored
Merge branch 'symfony:2.x' into 2.x
2 parents 707126b + 7a626ef commit 134362d

File tree

19 files changed

+0
-140
lines changed

19 files changed

+0
-140
lines changed

.commit

Lines changed: 0 additions & 23 deletions
This file was deleted.

.notes

Lines changed: 0 additions & 47 deletions
This file was deleted.

src/Autocomplete/doc/index.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@ needed if you're using AssetMapper):
3030
$ npm install --force
3131
$ npm run watch
3232
33-
# or use yarn
34-
$ yarn install --force
35-
$ yarn watch
36-
3733
Usage in a Form (without Ajax)
3834
------------------------------
3935

src/Chartjs/doc/index.rst

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ needed if you're using AssetMapper):
2626
$ npm install --force
2727
$ npm run watch
2828
29-
# or use yarn
30-
$ yarn install --force
31-
$ yarn watch
32-
3329
Usage
3430
-----
3531

@@ -99,9 +95,6 @@ First, install the plugin:
9995
10096
$ npm install chartjs-plugin-zoom -D
10197
102-
# or use yarn
103-
$ yarn add chartjs-plugin-zoom --dev
104-
10598
Then register the plugin globally. This can be done in your ``app.js`` file:
10699

107100
.. code-block:: javascript

src/Cropperjs/doc/index.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ needed if you're using AssetMapper):
2626
$ npm install --force
2727
$ npm run watch
2828
29-
# or use yarn
30-
$ yarn install --force
31-
$ yarn watch
32-
3329
Usage
3430
-----
3531

src/Dropzone/doc/index.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,6 @@ needed if you're using AssetMapper):
2828
$ npm install --force
2929
$ npm run watch
3030
31-
# or use yarn
32-
$ yarn install --force
33-
$ yarn watch
34-
3531
Usage
3632
-----
3733

src/LazyImage/doc/index.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@ needed if you're using AssetMapper):
3030
$ npm install --force
3131
$ npm run watch
3232
33-
# or use yarn
34-
$ yarn install --force
35-
$ yarn watch
36-
3733
Usage
3834
-----
3935

src/LiveComponent/doc/index.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,6 @@ needed if you're using AssetMapper):
8787
$ npm install --force
8888
$ npm run watch
8989
90-
# or use yarn
91-
$ yarn install --force
92-
$ yarn watch
93-
9490
If your project is localized in different languages (either via the `locale route parameter`_
9591
or by `setting the locale in the request`_) add the ``{_locale}`` attribute to
9692
the UX Live Components route definition to keep the locale between re-renders:

src/Notify/doc/index.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@ needed if you're using AssetMapper):
2525
$ npm install --force
2626
$ npm run watch
2727
28-
# or use yarn
29-
$ yarn install --force
30-
$ yarn watch
31-
3228
Usage
3329
-----
3430

src/React/doc/index.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,6 @@ Next, install a package to help React:
3939
$ npm install -D @babel/preset-react --force
4040
$ npm run watch
4141
42-
# or use yarn
43-
$ yarn add @babel/preset-react --dev --force
44-
$ yarn watch
45-
4642
That's it! Any files inside ``assets/react/controllers/`` can now be rendered as
4743
React components.
4844

0 commit comments

Comments
 (0)