Skip to content

Commit 83df937

Browse files
lalopenzolutions
authored andcommitted
[generate:theme] fix libraries.yml syntax (#4187)
There is an indexation error in the template, the generated file is invalid
1 parent 1bc9f1b commit 83df937

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/theme/libraries.yml.twig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
#js/your_js.js : {}
88
{% for library in libraries %}
99
{{ library.library_name }}:
10-
version: {{ library.library_version }}
10+
version: {{ library.library_version }}
1111
css:
1212
theme:
1313
#js/your_js.js : {}
1414
js:
1515
#js/your_js.js : {}
16-
{% endfor %}
16+
{% endfor %}

0 commit comments

Comments
 (0)