-
Notifications
You must be signed in to change notification settings - Fork 136
/
Copy pathblog_default.xml
executable file
·71 lines (71 loc) · 4.02 KB
/
blog_default.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<?xml version="1.0"?>
<!--
/**
* Copyright © Magefan ([email protected]). All rights reserved.
* Please visit Magefan.com for license details (https://magefan.com/end-user-license-agreement).
*
* Glory to Ukraine! Glory to the heroes!
*/
-->
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" layout="2columns-right" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
<head>
<css src="Magefan_Blog::css/comments.css" />
</head>
<update handle="blog_css"/>
<body>
<attribute name="class" value="blog-page" />
<referenceContainer name="sidebar.additional">
<block class="Magefan\Blog\Block\Sidebar" name="blog.sidebar" template="sidebar.phtml">
<block class="Magefan\Blog\Block\Sidebar\Search" name="blog.sidebar.search" template="sidebar/search.phtml" >
<container name="blog.sidebar.form.additional" as="form_additional"/>
</block>
<block class="Magefan\Blog\Block\Sidebar\Categories" name="blog.sidebar.category" template="sidebar/categories.phtml">
<action method="setCacheLifetime">
<argument name="time" xsi:type="string">86400</argument>
</action>
</block>
<block class="Magefan\Blog\Block\Sidebar\Recent" name="blog.sidebar.recent" template="sidebar/recent.phtml" >
<action method="setBlockTitle">
<argument name="time" xsi:type="string">Recent Posts</argument>
</action>
</block>
<block class="Magefan\Blog\Block\Sidebar\Featured" name="blog.sidebar.featured" template="sidebar/recent.phtml">
<action method="setCacheLifetime">
<argument name="time" xsi:type="string">86400</argument>
</action>
<action method="setBlockTitle">
<argument name="time" xsi:type="string">Featured Posts</argument>
</action>
</block>
<block class="Magefan\Blog\Block\Sidebar\Popular" name="blog.sidebar.popular" template="sidebar/recent.phtml">
<action method="setCacheLifetime">
<argument name="time" xsi:type="string">86400</argument>
</action>
<action method="setBlockTitle">
<argument name="time" xsi:type="string">Popular Posts</argument>
</action>
</block>
<block class="Magefan\Blog\Block\Sidebar\Archive" name="blog.sidebar.archive" template="sidebar/archive.phtml">
<action method="setCacheLifetime">
<argument name="time" xsi:type="string">86400</argument>
</action>
</block>
<block class="Magefan\Blog\Block\Sidebar\TagClaud" name="blog.sidebar.tagclaud" template="sidebar/tag_claud.phtml">
<action method="setCacheLifetime">
<argument name="time" xsi:type="string">86400</argument>
</action>
</block>
<block class="Magefan\Blog\Block\Sidebar\Custom" name="blog.sidebar.custom" template="sidebar/custom.phtml" />
<block class="Magefan\Blog\Block\Sidebar\CustomTwo" name="blog.sidebar.custom2" template="sidebar/custom.phtml" />
<block class="Magefan\Blog\Block\Sidebar\Rss" name="blog.sidebar.rss" template="sidebar/rss.phtml">
<action method="setCacheLifetime">
<argument name="time" xsi:type="string">86400</argument>
</action>
</block>
</block>
<referenceBlock name="catalog.compare.sidebar" remove="true"/>
<referenceBlock name="wishlist_sidebar" remove="true"/>
<referenceBlock name="sale.reorder.sidebar" remove="true"/>
</referenceContainer>
</body>
</page>