File tree Expand file tree Collapse file tree 2 files changed +14
-21
lines changed
Expand file tree Collapse file tree 2 files changed +14
-21
lines changed Original file line number Diff line number Diff line change 11{
2- /**
3- *
4- * All code in snippets retrieved from
5- * http://devdocs.magento.com/guides/v2.1/frontend-dev-guide/layouts/xml-instructions.html
6- *
7- */
8-
9- /* Scaffolding */
10- "Layout Scaffold" : {
11- "prefix" : " m2.layout" ,
12- "body" : [
13- " <?xml version=\" 1.0\" ?>" ,
14- " <page xmlns:xsi=\" http://www.w3.org/2001/XMLSchema-instance\" xsi:noNamespaceSchemaLocation=\" urn:magento:framework:View/Layout/etc/page_configuration.xsd\" >" ,
15- " \t <body>" ,
16- " \t\t $0" ,
17- " \t </body>" ,
18- " </page>"
19- ],
20- "description" : " Magento 2 layout scaffold"
21- },
22-
232 /* Tags */
243 "Block" : {
254 "prefix" : " m2.layout.block" ,
Original file line number Diff line number Diff line change 1+ {
2+ "Layout Scaffold" : {
3+ "prefix" : " m2.layout" ,
4+ "body" : [
5+ " <?xml version=\" 1.0\" ?>" ,
6+ " <page xmlns:xsi=\" http://www.w3.org/2001/XMLSchema-instance\" xsi:noNamespaceSchemaLocation=\" urn:magento:framework:View/Layout/etc/page_configuration.xsd\" >" ,
7+ " \t <body>" ,
8+ " \t\t $0" ,
9+ " \t </body>" ,
10+ " </page>"
11+ ],
12+ "description" : " Magento 2 layout scaffold"
13+ },
14+ }
You can’t perform that action at this time.
0 commit comments