We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 62b2655 + fd852de commit df0376cCopy full SHA for df0376c
src/Resources/views/administration/index.html.twig
@@ -91,7 +91,8 @@
91
pathInfo: '{{ app.request.pathInfo }}',
92
liveVersionId: '{{ liveVersionId }}',
93
systemLanguageId: '{{ systemLanguageId }}',
94
- apiVersion: {{ apiVersion }}
+ apiVersion: {{ apiVersion }},
95
+ assetPath: '{{ asset('', 'asset') }}'
96
},
97
appContext: {
98
features: {{ features|json_encode|raw }},
0 commit comments