Commit 29ccdae
authored
Remove unnecesary "header" block redeclaration
Remove unnecesary header block redeclaration on Magento Luma Theme, which made impossible to set the header template through custom modules.
Example:
- Create new module.
- Create new default.xml and try to use referenceBlock to set the template.
- Doesn't work, because Luma theme XML files are compiled after all modules and overrides the custom module modifications.
Removed because this block was already created in module Magento_Theme, so this redeclaration is just unnecesary1 parent c515b40 commit 29ccdae
File tree
1 file changed
+0
-5
lines changed- app/design/frontend/Magento/luma/Magento_Customer/layout
1 file changed
+0
-5
lines changedLines changed: 0 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | 18 | | |
24 | 19 | | |
25 | 20 | | |
| |||
0 commit comments