Skip to content

Commit 0ff13d6

Browse files
committed
Merge branch '6.0' into 6.1
* 6.0: Update esi.rst make following jquery example works
2 parents 944b100 + 3ef87b0 commit 0ff13d6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

frontend/encore/simple-example.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ of your project. It already holds the basic config you need:
4343
4444
.addEntry('app', './assets/app.js')
4545
46-
// ...
46+
// uncomment this if you want use jQuery in the following example
47+
.autoProvidejQuery()
4748
;
4849
4950
// ...

http_cache/esi.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ First, to use ESI, be sure to enable it in your application configuration:
6565
# config/packages/framework.yaml
6666
framework:
6767
# ...
68-
esi: { enabled: true }
68+
esi: true
6969
7070
.. code-block:: xml
7171

0 commit comments

Comments
 (0)