Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit fb5085e

Browse files
Merge branch 'layout-creation' of https://github.com/ajithkumar-maragathavel/devdocs into layout-creation
2 parents 4c7bd17 + c6d052a commit fb5085e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/guides/v2.3/frontend-dev-guide/layouts/layout-create.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ functional_areas:
99

1010
If an existing page layout does not meet your requirements, then you can create a new page layout in Magento.
1111

12-
For example, If a new page is going to be designed in `3-columns-double-footer` layout, you may create the new layout in the following way. Create a custom page-layout xml file in the below directory.
13-
app/design/frontend/<VendorName>/<ThemeName>/Magento_Theme/page_layout/3-columns-double-footer.xml
12+
For example, if a new page is going to be designed as `3-columns-double-footer` layout, you may create the new layout in the following way. Create a custom page-layout XML file in following directory `app/design/frontend/<VendorName>/<ThemeName>/Magento_Theme/page_layout/3-columns-double-footer.xml`.
1413

1514
```xml
1615
<?xml version="1.0"?>
@@ -24,8 +23,7 @@ app/design/frontend/<VendorName>/<ThemeName>/Magento_Theme/page_layout/3-columns
2423

2524
## Add the new layout to the layouts.xml file
2625

27-
Add the newly created page layout in the `layouts.xml` file in the below directory
28-
app/design/frontend/<VendorName>/<ThemeName>/Magento_Theme/layouts.xml
26+
Add the newly created page layout to the `layouts.xml` file of the theme directory `app/design/frontend/<VendorName>/<ThemeName>/Magento_Theme/layouts.xml`.
2927

3028
```xml
3129
<?xml version="1.0" encoding="UTF-8"?>

0 commit comments

Comments
 (0)