persistent.xml 991 B

12345678910111213141516171819202122232425
  1. <?xml version="1.0"?>
  2. <!--
  3. /**
  4. * Copyright © Magento, Inc. All rights reserved.
  5. * See COPYING.txt for license details.
  6. */
  7. -->
  8. <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Persistent:etc/./persistent.xsd">
  9. <instances>
  10. <blocks>
  11. <reference id="welcome">
  12. <name_in_layout>header</name_in_layout>
  13. <class>Magento\Persistent\Model\Observer</class>
  14. <method>emulateWelcomeBlock</method>
  15. <block_type>Magento\Theme\Block\Html\Header</block_type>
  16. </reference>
  17. <reference id="top_links">
  18. <name_in_layout>top.links</name_in_layout>
  19. <class>Magento\Persistent\Model\Observer</class>
  20. <method>emulateTopLinks</method>
  21. <block_type>Magento\Customer\Block\Account\Navigation</block_type>
  22. </reference>
  23. </blocks>
  24. </instances>
  25. </config>