blog_default.xml 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <?xml version="1.0"?>
  2. <!--
  3. /**
  4. * Copyright © 2015 Ihor Vansach (ihor@magefan.com). All rights reserved.
  5. * See LICENSE.txt for license details (http://opensource.org/licenses/osl-3.0.php).
  6. *
  7. * Glory to Ukraine! Glory to the heroes!
  8. */
  9. -->
  10. <page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" layout="2columns-right" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
  11. <body>
  12. <referenceContainer name="sidebar.additional">
  13. <block class="Magefan\Blog\Block\Sidebar" name="blog.sidebar" template="sidebar.phtml">
  14. <block class="Magefan\Blog\Block\Sidebar\Search" name="blog.sidebar.search" template="sidebar/search.phtml" />
  15. <block class="Magefan\Blog\Block\Sidebar\Categories" name="blog.sidebar.category" template="sidebar/categories.phtml">
  16. <action method="setCacheLifetime">
  17. <argument name="time" xsi:type="string">86400</argument>
  18. </action>
  19. </block>
  20. <block class="Magefan\Blog\Block\Sidebar\Recent" name="blog.sidebar.recent" template="sidebar/recent.phtml">
  21. <action method="setCacheLifetime">
  22. <argument name="time" xsi:type="string">86400</argument>
  23. </action>
  24. </block>
  25. <block class="Magefan\Blog\Block\Sidebar\Archive" name="blog.sidebar.archive" template="sidebar/archive.phtml">
  26. <action method="setCacheLifetime">
  27. <argument name="time" xsi:type="string">86400</argument>
  28. </action>
  29. </block>
  30. <block class="Magefan\Blog\Block\Sidebar\TagClaud" name="blog.sidebar.tagclaud" template="sidebar/tag_claud.phtml">
  31. <action method="setCacheLifetime">
  32. <argument name="time" xsi:type="string">86400</argument>
  33. </action>
  34. </block>
  35. <block class="Magefan\Blog\Block\Sidebar\Rss" name="blog.sidebar.rss" template="sidebar/rss.phtml">
  36. <action method="setCacheLifetime">
  37. <argument name="time" xsi:type="string">86400</argument>
  38. </action>
  39. </block>
  40. </block>
  41. <referenceBlock name="catalog.compare.sidebar" remove="true"/>
  42. <referenceBlock name="wishlist_sidebar" remove="true"/>
  43. </referenceContainer>
  44. </body>
  45. </page>