File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
app/code/Magento/Customer/view/frontend
templates/account/dashboard Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1515 </referenceBlock >
1616 <referenceContainer name =" content" >
1717 <block class =" Magento\Customer\Block\Account\Dashboard\Info" name =" customer_account_dashboard_info" as =" info" template =" Magento_Customer::account/dashboard/info.phtml" cacheable =" false" >
18- <container name =" customer.account.dashboard.info.blocks" />
18+ <container name =" customer.account.dashboard.info.blocks" as = " additional_blocks " />
1919 </block >
2020 <block class =" Magento\Customer\Block\Account\Dashboard\Address" name =" customer_account_dashboard_address" as =" address" template =" Magento_Customer::account/dashboard/address.phtml" cacheable =" false" />
2121 </referenceContainer >
Original file line number Diff line number Diff line change 4949 </div>
5050 </div>
5151 <?php endif ; ?>
52- <?= $ block ->getChildHtml ('customer.account.dashboard.info.blocks ' ); ?>
52+ <?= $ block ->getChildHtml ('additional_blocks ' ); ?>
5353 </div>
5454</div>
You can’t perform that action at this time.
0 commit comments