File tree 10 files changed +7
-23
lines changed
10 files changed +7
-23
lines changed Original file line number Diff line number Diff line change 15
15
"magento/framework" : " 100.0.*|100.1.*|101.0.*"
16
16
},
17
17
"type" : " magento2-module" ,
18
- "version" : " 2.1.7" ,
18
+ "version" : " 2.1.7.1 " ,
19
19
"license" : [
20
20
" OSL-3.0" ,
21
21
" AFL-3.0"
Original file line number Diff line number Diff line change 6
6
*/
7
7
-->
8
8
<config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" ../../../../../lib/internal/Magento/Framework/Module/etc/module.xsd" >
9
- <module name =" PHPCuong_Faq" setup_version =" 2.1.0 " />
9
+ <module name =" PHPCuong_Faq" setup_version =" 2.1.7.1 " />
10
10
</config >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
<p class="magento-version">
2
2
<strong><?= /* @escapeNotVerified */ base64_decode ('RkFRcyBFeHRlbnNpb24= ' ) ?> </strong>
3
- <?= /* @escapeNotVerified */ base64_decode ('Mi4xLjc = ' ); ?>
3
+ <?= /* @escapeNotVerified */ base64_decode ('Mi4xLjcuMQ= = ' ); ?>
4
4
</p>
Original file line number Diff line number Diff line change 1
- @import ' faq-extension/style.css' ;
1
+ @import ' ../ faq-extension/style.css' ;
2
2
3
3
.admin__menu .item-faqs.level-0 > a :before {
4
4
content : " \e900 " ;
Original file line number Diff line number Diff line change 7
7
-->
8
8
<page xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" layout =" 2columns-left" xsi : noNamespaceSchemaLocation =" urn:magento:framework:View/Layout/etc/page_configuration.xsd" >
9
9
<head >
10
- <css src =" PHPCuong_Faq::css/common.css" />
11
10
<script src =" PHPCuong_Faq::js/js-category.js" />
12
11
</head >
13
12
<referenceContainer name =" content" >
Original file line number Diff line number Diff line change 7
7
-->
8
8
<page xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" layout =" 2columns-left" xsi : noNamespaceSchemaLocation =" urn:magento:framework:View/Layout/etc/page_configuration.xsd" >
9
9
<head >
10
- <css src =" PHPCuong_Faq::css/common.css" />
11
10
<script src =" PHPCuong_Faq::js/js-category.js" />
12
11
</head >
13
12
<referenceContainer name =" content" >
Original file line number Diff line number Diff line change 7
7
-->
8
8
<page xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" layout =" 2columns-left" xsi : noNamespaceSchemaLocation =" urn:magento:framework:View/Layout/etc/page_configuration.xsd" >
9
9
<head >
10
- <css src =" PHPCuong_Faq::css/common.css" />
11
10
<script src =" PHPCuong_Faq::js/js-question.js" />
12
11
</head >
13
12
<referenceContainer name =" content" >
14
13
<referenceBlock name =" page.main.title" remove =" true" />
15
- <block class =" PHPCuong\Faq\Block\Question\Question" name =" faq.question.view" template =" PHPCuong_Faq::question/view.phtml" />
14
+ <block class =" PHPCuong\Faq\Block\Question\Question" name =" faq.question.view" template =" PHPCuong_Faq::question/view.phtml" cacheable = " false " />
16
15
</referenceContainer >
17
16
<referenceContainer name =" sidebar.main" >
18
17
<block class =" PHPCuong\Faq\Block\Category\CategorySidebar" name =" faq.category.sidebar.view" template =" PHPCuong_Faq::category/categorySidebar.phtml" />
Original file line number Diff line number Diff line change 7
7
-->
8
8
<page xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" layout =" 2columns-left" xsi : noNamespaceSchemaLocation =" urn:magento:framework:View/Layout/etc/page_configuration.xsd" >
9
9
<head >
10
- <css src =" PHPCuong_Faq::css/common.css" />
11
10
<script src =" PHPCuong_Faq::js/js-category.js" />
12
11
</head >
13
12
<referenceContainer name =" content" >
Original file line number Diff line number Diff line change 1
- @import ' faq-extension/style.css' ;
2
- @import ' bootstrap.css' ;
1
+ @import ' ../ faq-extension/style.css' ;
2
+ @import ' ../ bootstrap.css' ;
3
3
4
4
/* faq content */
5
5
[class^= " faq-" ] h1 {
You can’t perform that action at this time.
0 commit comments