Skip to content

Commit 4852b9c

Browse files
author
Jerry Lopez
committed
Fix m2.layout.remove snippet
1 parent b6fcdbd commit 4852b9c

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

snippets/layout/remove.json

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
"Remove": {
2-
"prefix": "m2.layout.remove",
3-
"body": [
4-
"<remove src=\"$1\" />$0"
5-
],
6-
"description": "Is used only to remove the static resources linked in a page <head> section"
7-
},
1+
{
2+
"Remove": {
3+
"prefix": "m2.layout.remove",
4+
"body": [
5+
"<remove src=\"$1\" />$0"
6+
],
7+
"description": "Is used only to remove the static resources linked in a page <head> section"
8+
}
9+
}

0 commit comments

Comments
 (0)