Skip to content

Commit 6ce1391

Browse files
author
Vitaliy
authored
Merge pull request #365 from dani97/module-layout-description
Module layout file template description
2 parents 02b519b + da60b42 commit 6ce1391

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<!--
2+
/*
3+
* Copyright © Magento, Inc. All rights reserved.
4+
* See COPYING.txt for license details.
5+
*/
6+
-->
7+
<html>
8+
<body>
9+
<table width="100%" border="0" cellpadding="5" cellspacing="0" style="border-collapse: collapse">
10+
<tr>
11+
<td><font face="verdana" size="-1">Magento layout can be used for customizing a specific page or group of pages
12+
in frontend or admin area of Magento 2. The common customization tasks include changing page layout, adding
13+
new magento blocks, removing magento blocks etc. For more information refer
14+
<a href="https://devdocs.magento.com/guides/v2.4/frontend-dev-guide/layouts/layout-overview.html">
15+
layout overview docs
16+
</a>
17+
</font><br>
18+
</td>
19+
</tr>
20+
</table>
21+
</body>
22+
</html>

0 commit comments

Comments
 (0)