File tree Expand file tree Collapse file tree 2 files changed +19
-17
lines changed
Expand file tree Collapse file tree 2 files changed +19
-17
lines changed Original file line number Diff line number Diff line change 11{
2- /* Tags */
3- "Block" : {
4- "prefix" : " m2.layout.block" ,
5- "body" : [
6- " <block class=\" $1\" name=\" $3\" as=\" $5\" template=\" $7\" />$0" ,
7- ],
8- "description" : " Defines a block"
9- },
10- "Block Wrap" : {
11- "prefix" : " m2.layout.blockWrap" ,
12- "body" : [
13- " <block class=\" $1\" name=\" $3\" as=\" $5\" template=\" $7\" />" ,
14- " \t $0" ,
15- " </block>"
16- ],
17- "description" : " Defines a wrapping block"
18- },
192 "Reference Block" : {
203 "prefix" : " m2.layout.refBlock" ,
214 "body" : [
Original file line number Diff line number Diff line change 1+ {
2+ "Block" : {
3+ "prefix" : " m2.layout.block" ,
4+ "body" : [
5+ " <block class=\" $1\" name=\" $3\" as=\" $5\" template=\" $7\" />$0" ,
6+ ],
7+ "description" : " Defines a block"
8+ },
9+
10+ "Block Wrap" : {
11+ "prefix" : " m2.layout.blockWrap" ,
12+ "body" : [
13+ " <block class=\" $1\" name=\" $3\" as=\" $5\" template=\" $7\" />" ,
14+ " \t $0" ,
15+ " </block>"
16+ ],
17+ "description" : " Defines a wrapping block"
18+ },
19+ }
You can’t perform that action at this time.
0 commit comments