28. Araxis Merge File Comparison Report

Produced by Araxis Merge on 2020-08-14 00:01:30 +0000. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

28.1 Files compared

#LocationFileLast Modified
1Porto v3.2.3/Magento 2.x/Porto Theme/app/code/Mageplaza/LayeredNavigation/etc/adminhtmlsystem.xml2018-10-10 20:33:20 +0000
2Porto v3.2.4/Magento 2.x/Porto Theme/app/code/Mageplaza/LayeredNavigation/etc/adminhtmlsystem.xml2020-06-26 11:11:14 +0000

28.2 Comparison summary

DescriptionBetween
Files 1 and 2
Text BlocksLines
Unchanged4152
Changed39
Inserted00
Removed00

28.3 Comparison options

WhitespaceConsecutive whitespace is treated as a single space
Character caseDifferences in character case are significant
Line endingsDifferences in line endings (CR and LF characters) are ignored
CR/LF charactersNot shown in the comparison detail
Active line-pairing rules

28.4 Active regular expressions

No regular expressions were active.

28.5 Comparison detail

1 <?xml  1 <?xml 
2  version="1.0" 2  version="1.0"
3 ?> 3 ?>
4 <!-- 4 <!--
5 /** 5 /**
6  * Mageplaza 6  * Mageplaza
7  * 7  *
8  * NOTICE OF LICENSE 8  * NOTICE OF LICENSE
9  * 9  *
10  * This source file is subject to the Mageplaza.com license that is 10  * This source file is subject to the Mageplaza.com license that is
11  * available through the world-wide-web at this URL: 11  * available through the world-wide-web at this URL:
12  * https://www.mageplaza.com/LICENSE.txt 12  * https://www.mageplaza.com/LICENSE.txt
13  * 13  *
14  * DISCLAIMER 14  * DISCLAIMER
15  * 15  *
16  * Do not edit or add to this file if you wish to upgrade this extension to newer 16  * Do not edit or add to this file if you wish to upgrade this extension to newer
17  * version in the future. 17  * version in the future.
18  * 18  *
19  * @category    Mageplaza 19  * @category    Mageplaza
20  * @package     Mageplaza_LayeredNavigation 20  * @package     Mageplaza_LayeredNavigation
21  * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/) 21  * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
22  * @license     https://www.mageplaza.com/LICENSE.txt 22  * @license     https://www.mageplaza.com/LICENSE.txt
23  */ 23  */
24 --> 24 -->
25 <config  25 <config 
26  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"  26  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
27  xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Config:etc/system_file.xsd" 27  xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Config:etc/system_file.xsd"
28 > 28 >
29       29      
30  <system> 30  <system>
31            31           
32   <section  32   <section 
33    id="layered_navigation" 33    id="layered_navigation"
34   > 34   >
35                 35                
36    <label> 36    <label>
37     Layered Navigation 37     Layered Navigation
38    </label> 38    </label>
39                 39                
40    <group  40    <group 
41     id="general" 41     id="general"
42    > 42    >
43                      43                     
44     <field  44     <field 
45      id="enable 45      id="enabled" 
46      translate="label"  46      translate="label" 
47      type="select"  47      type="select" 
48      sortOrder="10"  48      sortOrder="10" 
49      showInDefault="1"  49      showInDefault="1" 
50      showInWebsite="1"  50      showInWebsite="1" 
51      showInStore="1"
 51      showInStore="1" 
    52      canRestore="1"
52     > 53     >
53                           54                          
54      <label> 55      <label>
55       Layered Navigation Enable 56       Layered Navigation Enable
56      </label> 57      </label>
57                           58                          
58      <source_model> 59      <source_model>
59       Magento\Config\Model\Config\Source\Yesno 60       Magento\Config\Model\Config\Source\Yesno
60      </source_model> 61      </source_model>
61                       62                      
62     </field> 63     </field>
63                      64                     
64     <field  65     <field 
65      id="ajax_enable"
 66      id="ajax_enable" 
    67      translate="label" 
    68      canRestore="1"
66     > 69     >
67                           70                          
68      <label> 71      <label>
69       Enable Ajax 72       Enable Ajax
70      </label> 73      </label>
71                       74                      
72     </field> 75     </field>
73                  76                 
74    </group> 77    </group>
75             78            
76   </section> 79   </section>
77        80       
78  </system> 81  </system>
79 </config> 82 </config>