Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/guides/v2.3/frontend-dev-guide/themes/theme-inherit.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ The layouts processing mechanism does not involve fallback. The system collects
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/`

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

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.

Expand Down