You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: src/guides/v2.3/frontend-dev-guide/themes/theme-inherit.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -132,9 +132,9 @@ The layouts processing mechanism does not involve fallback. The system collects
132
132
133
133
1. Current theme layouts: `<theme_dir>/<Vendor>_<Module>/layout/`
134
134
135
-
1. Ancestor themes layouts, starting from the most distant ancestor, recursively until a theme with no parent is reached: `<parent_theme_dir>/<Vendor>_<Module>/layout/`
135
+
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/`
136
136
137
-
1. All modules layout files in sequence defined in app/etc/config.php respecting the component load order. For each module:
137
+
1. All module layout files in sequence, defined in `app/etc/config.php` respecting the component load order. For each module:
138
138
* Layout files for the `base` area: `<module_dir>/view/base/layout/`
139
139
* Layout files for the `frontend` area: `<module_dir>/view/frontend/layout/`
0 commit comments