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
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 unnecesary
0 commit comments