Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a6c2ea9

Browse filesBrowse files
committed
minor #12627 Update simple-example.rst (noniagriconomie)
This PR was submitted for the master branch but it was merged into the 3.4 branch instead (closes #12627). Discussion ---------- Update simple-example.rst Minor improvement The inclusion of the css/js is mainly because of the `parent` call, not only the `include/extend` Commits ------- 8a06972 Update simple-example.rst
2 parents 6e6556d + 8a06972 commit a6c2ea9
Copy full SHA for a6c2ea9

File tree

Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed

‎frontend/encore/simple-example.rst

Copy file name to clipboardExpand all lines: frontend/encore/simple-example.rst
+2-1Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,8 @@ you need them:
269269
+ {% endblock %}
270270
271271
Now, the checkout page will contain all the JavaScript and CSS for the ``app`` entry
272-
(because this is included in ``base.html.twig``) *and* your ``checkout`` entry.
272+
(because this is included in ``base.html.twig`` and there is the ``{{ parent() }}`` call)
273+
*and* your ``checkout`` entry.
273274

274275
See :doc:`/frontend/encore/page-specific-assets` for more details. To avoid duplicating
275276
the same code in different entry files, see :doc:`/frontend/encore/split-chunks`.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.