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

Commit daae443

Browse files
authored
Merge pull request #8720 from magento/ds_linting
Fix Markdown
2 parents 8ff6e20 + 7068ab6 commit daae443

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/guides/v2.3/frontend-dev-guide/themes/theme-inherit.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,8 @@ The layouts processing mechanism does not involve fallback. The system collects
134134
1. Ancestor theme layouts, starting from the most distant ancestor, recursively until a theme with no parent is reached: `<parent_theme_dir>/<Vendor>_<Module>/layout/`
135135

136136
1. All module layout files in sequence, defined in `app/etc/config.php` respecting the component load order. For each module:
137-
* Layout files for the `base` area: `<module_dir>/view/base/layout/`
138-
* Layout files for the `frontend` area: `<module_dir>/view/frontend/layout/`
137+
* Layout files for the `base` area: `<module_dir>/view/base/layout/`
138+
* Layout files for the `frontend` area: `<module_dir>/view/frontend/layout/`
139139

140140
Unlike templates or images, layout can be not only overridden, but also extended. And the recommended way to customize layout is to extend it by creating theme extending layout files.
141141

0 commit comments

Comments
 (0)