131. Araxis Merge File Comparison Report

Produced by Araxis Merge on 2023-07-12 04:42:40 +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.

131.1 Files compared

#LocationFileLast Modified
12023-07-12 04:42:40 +0000
2Porto v4.0.6/Theme Files/Porto Theme/app/code/Smartwave/Filterproducts/etcwidget.xml2023-07-03 01:34:46 +0000

131.2 Comparison summary

DescriptionBetween
Files 1 and 2
Text BlocksLines
Unchanged00
Changed00
Inserted11700
Removed00

131.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

131.4 Active regular expressions

No regular expressions were active.

131.5 Comparison detail

    1 <?xml 
    2  version="1.0" 
    3  encoding="UTF-8"
    4 ?>
    5 <!--
    6 /**
    7  * Copyright © Magento, Inc. All rights reserved.
    8  * See COPYING.txt for license details.
    9  */
    10 -->
    11 <widgets 
    12  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    13          
    14  xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Widget:etc/widget.xsd"
    15 >
    16      
    17  <widget 
    18   id="smartwave_filterproducts_grid" 
    19   class="Smartwave\Filterproducts\Block\Widget\Products" 
    20   is_email_compatible="true" 
    21   placeholder_image="Magento_Catalog::images/product_widget_new.png" 
    22   ttl="86400"
    23  >
    24           
    25   <label 
    26    translate="true"
    27   >
    28    Porto Filter Products Grid List
    29   </label>
    30           
    31   <description 
    32    translate="true"
    33   >
    34    List of Products that are set as Filter
    35   </description>
    36           
    37   <parameters>
    38                
    39    <parameter 
    40     name="template" 
    41     xsi:type="select" 
    42     required="true" 
    43     visible="true"
    44    >
    45                     
    46     <label 
    47      translate="true"
    48     >
    49      Template
    50     </label>
    51                     
    52     <options>
    53                          
    54      <option 
    55       name="grid
    56       value="widget/grid.phtml" 
    57       selected="true"
    58      >
    59                               
    60       <label 
    61        translate="true"
    62       >
    63        Products Grid Template
    64       </label>
    65                           
    66      </option>
    67                          
    68      <option 
    69       name="masonry_grid" 
    70       value="widget/masonry_grid.phtml"
    71      >
    72                               
    73       <label 
    74        translate="true"
    75       >
    76        Products Masonry Grid Template
    77       </label>
    78                           
    79      </option>
    80                          
    81      <option 
    82       name="small_list" 
    83       value="widget/small_list.phtml"
    84      >
    85                               
    86       <label 
    87        translate="true"
    88       >
    89        Products Small List Template
    90       </label>
    91                           
    92      </option>
    93                      
    94     </options>
    95                 
    96    </parameter>
    97                
    98    <parameter 
    99     name="display_type" 
    100     xsi:type="select" 
    101     required="true" 
    102     visible="true"
    103    >
    104                     
    105     <label 
    106      translate="true"
    107     >
    108      Display Type
    109     </label>
    110                     
    111     <description 
    112      translate="true"
    113     >
    114      Filter Product By Type
    115     </description>
    116                     
    117     <options>
    118                          
    119      <option 
    120       name="latest" 
    121       value="latest_products" 
    122       selected="true"
    123      >
    124                               
    125       <label 
    126        translate="true"
    127       >
    128        Latest products
    129       </label>
    130                           
    131      </option>
    132                          
    133      <option 
    134       name="new" 
    135       value="new_products"
    136      >
    137                               
    138       <label 
    139        translate="true"
    140       >
    141        New products
    142       </label>
    143                           
    144      </option>
    145                          
    146      <option 
    147       name="featured" 
    148       value="featured_products"
    149      >
    150                               
    151       <label 
    152        translate="true"
    153       >
    154        Featured products
    155       </label>
    156                           
    157      </option>
    158                          
    159      <option 
    160       name="bestseller" 
    161       value="bestseller_products"
    162      >
    163                               
    164       <label 
    165        translate="true"
    166       >
    167        Bestseller products
    168       </label>
    169                           
    170      </option>
    171                          
    172      <option 
    173       name="sale
    174       value="sale_products"
    175      >
    176                               
    177       <label 
    178        translate="true"
    179       >
    180        Sale products
    181       </label>
    182                           
    183      </option>
    184                          
    185      <option 
    186       name="deal
    187       value="deal_products"
    188      >
    189                               
    190       <label 
    191        translate="true"
    192       >
    193        Deal products
    194       </label>
    195                           
    196      </option>
    197                      
    198     </options>
    199                 
    200    </parameter>
    201                
    202    <parameter 
    203     name="masonry_layout
    204     xsi:type="select" 
    205     required="true" 
    206     visible="true"
    207    >
    208                     
    209     <label 
    210      translate="true"
    211     >
    212      Masonry Type Layout
    213     </label>
    214                     
    215     <description 
    216      translate="true"
    217     >
    218      Use only for template Masonry Layout Grid
    219     </description>
    220                     
    221     <options>
    222                          
    223      <option 
    224       name="1" 
    225       value="1" 
    226       selected="true"
    227      >
    228                               
    229       <label 
    230        translate="true"
    231       >
    232        Type 1
    233       </label>
    234                           
    235      </option>
    236                          
    237      <option 
    238       name="2" 
    239       value="2"
    240      >
    241                               
    242       <label 
    243        translate="true"
    244       >
    245        Type 2
    246       </label>
    247                           
    248      </option>
    249                          
    250      <option 
    251       name="3" 
    252       value="3"
    253      >
    254                               
    255       <label 
    256        translate="true"
    257       >
    258        Type 3
    259       </label>
    260                           
    261      </option>
    262                          
    263      <option 
    264       name="4" 
    265       value="4"
    266      >
    267                               
    268       <label 
    269        translate="true"
    270       >
    271        Type 4
    272       </label>
    273                           
    274      </option>
    275                          
    276      <option 
    277       name="5" 
    278       value="5"
    279      >
    280                               
    281       <label 
    282        translate="true"
    283       >
    284        Type 5
    285       </label>
    286                           
    287      </option>
    288                          
    289      <option 
    290       name="6" 
    291       value="6"
    292      >
    293                               
    294       <label 
    295        translate="true"
    296       >
    297        Type 6
    298       </label>
    299                           
    300      </option>
    301                          
    302      <option 
    303       name="7" 
    304       value="7"
    305      >
    306                               
    307       <label 
    308        translate="true"
    309       >
    310        Type 7
    311       </label>
    312                           
    313      </option>
    314                          
    315      <option 
    316       name="8" 
    317       value="8"
    318      >
    319                               
    320       <label 
    321        translate="true"
    322       >
    323        Type 8
    324       </label>
    325                           
    326      </option>
    327                          
    328      <option 
    329       name="9" 
    330       value="9"
    331      >
    332                               
    333       <label 
    334        translate="true"
    335       >
    336        Type 9
    337       </label>
    338                           
    339      </option>
    340                          
    341      <option 
    342       name="10" 
    343       value="10"
    344      >
    345                               
    346       <label 
    347        translate="true"
    348       >
    349        Type 10
    350       </label>
    351                           
    352      </option>
    353                      
    354     </options>
    355                 
    356    </parameter>
    357                
    358    <parameter 
    359     name="product_type" 
    360     xsi:type="select" 
    361     required="true" 
    362     visible="true"
    363    >
    364                     
    365     <label 
    366      translate="true"
    367     >
    368      Product Type Layout
    369     </label>
    370                     
    371     <options>
    372                          
    373      <option 
    374       name="1" 
    375       value="1" 
    376       selected="true"
    377      >
    378                               
    379       <label 
    380        translate="true"
    381       >
    382        Type 1
    383       </label>
    384                           
    385      </option>
    386                          
    387      <option 
    388       name="2" 
    389       value="2"
    390      >
    391                               
    392       <label 
    393        translate="true"
    394       >
    395        Type 2
    396       </label>
    397                           
    398      </option>
    399                          
    400      <option 
    401       name="3" 
    402       value="3"
    403      >
    404                               
    405       <label 
    406        translate="true"
    407       >
    408        Type 3
    409       </label>
    410                           
    411      </option>
    412                          
    413      <option 
    414       name="4" 
    415       value="4"
    416      >
    417                               
    418       <label 
    419        translate="true"
    420       >
    421        Type 4
    422       </label>
    423                           
    424      </option>
    425                          
    426      <option 
    427       name="5" 
    428       value="5"
    429      >
    430                               
    431       <label 
    432        translate="true"
    433       >
    434        Type 5
    435       </label>
    436                           
    437      </option>
    438                          
    439      <option 
    440       name="6" 
    441       value="6"
    442      >
    443                               
    444       <label 
    445        translate="true"
    446       >
    447        Type 6
    448       </label>
    449                           
    450      </option>
    451                          
    452      <option 
    453       name="7" 
    454       value="7"
    455      >
    456                               
    457       <label 
    458        translate="true"
    459       >
    460        Type 7
    461       </label>
    462                           
    463      </option>
    464                          
    465      <option 
    466       name="8" 
    467       value="8"
    468      >
    469                               
    470       <label 
    471        translate="true"
    472       >
    473        Type 8
    474       </label>
    475                           
    476      </option>
    477                          
    478      <option 
    479       name="9" 
    480       value="9"
    481      >
    482                               
    483       <label 
    484        translate="true"
    485       >
    486        Type 9
    487       </label>
    488                           
    489      </option>
    490                          
    491      <option 
    492       name="10" 
    493       value="10"
    494      >
    495                               
    496       <label 
    497        translate="true"
    498       >
    499        Type 10
    500       </label>
    501                           
    502      </option>
    503                          
    504      <option 
    505       name="11" 
    506       value="11"
    507      >
    508                               
    509       <label 
    510        translate="true"
    511       >
    512        Type 11
    513       </label>
    514                           
    515      </option>
    516                          
    517      <option 
    518       name="12" 
    519       value="12"
    520      >
    521                               
    522       <label 
    523        translate="true"
    524       >
    525        Type 12
    526       </label>
    527                           
    528      </option>
    529                      
    530     </options>
    531                 
    532    </parameter>
    533                
    534    <parameter 
    535     name="category_ids" 
    536     xsi:type="block" 
    537     visible="true" 
    538     required="false"
    539    >
    540                     
    541     <label 
    542      translate="true"
    543     >
    544      Category
    545     </label>
    546                     
    547     <block 
    548      class="Magento\Catalog\Block\Adminhtml\Category\Widget\Chooser"
    549     >
    550                          
    551      <data>
    552                               
    553       <item 
    554        name="button" 
    555        xsi:type="array"
    556       >
    557                                    
    558        <item 
    559         name="open
    560         xsi:type="string" 
    561         translate="true"
    562        >
    563         Select Category...
    564        </item>
    565                                
    566       </item>
    567                           
    568      </data>
    569                      
    570     </block>
    571                 
    572    </parameter>
    573                
    574    <parameter 
    575     name="show_pager" 
    576     xsi:type="select" 
    577     visible="true"
    578    >
    579                     
    580     <label 
    581      translate="true"
    582     >
    583      Display Page Control
    584     </label>
    585                     
    586     <options>
    587                          
    588      <option 
    589       name="0" 
    590       value="0" 
    591       selected="true"
    592      >
    593                               
    594       <label 
    595        translate="true"
    596       >
    597        No
    598       </label>
    599                           
    600      </option>
    601                          
    602      <option 
    603       name="1" 
    604       value="1"
    605      >
    606                               
    607       <label 
    608        translate="true"
    609       >
    610        Yes
    611       </label>
    612                           
    613      </option>
    614                      
    615     </options>
    616                 
    617    </parameter>
    618                
    619    <parameter 
    620     name="products_per_page" 
    621     xsi:type="text" 
    622     required="true" 
    623     visible="true"
    624    >
    625                     
    626     <label 
    627      translate="true"
    628     >
    629      Number of Products per Page
    630     </label>
    631                     
    632     <depends>
    633                          
    634      <parameter 
    635       name="show_pager" 
    636       value="1" 
    637      />
    638                      
    639     </depends>
    640                     
    641     <value>
    642      5
    643     </value>
    644                 
    645    </parameter>
    646                
    647    <parameter 
    648     name="product_count" 
    649     xsi:type="text" 
    650     required="true" 
    651     visible="true"
    652    >
    653                     
    654     <label 
    655      translate="true"
    656     >
    657      Number of Products to Display
    658     </label>
    659                     
    660     <value>
    661      4
    662     </value>
    663                 
    664    </parameter>
    665                
    666    <parameter 
    667     name="column_count" 
    668     xsi:type="select" 
    669     visible="true"
    670    >
    671                     
    672     <label 
    673      translate="true"
    674     >
    675      Columns Count
    676     </label>
    677                     
    678     <description 
    679      translate="true"
    680     >
    681      Use only for template Grid Layout
    682     </description>
    683                     
    684     <options>
    685                          
    686      <option 
    687       name="1" 
    688       value="1"
    689      >
    690                               
    691       <label 
    692        translate="true"
    693       >
    694        1 Column
    695       </label>
    696                           
    697      </option>
    698                          
    699      <option 
    700       name="2" 
    701       value="2"
    702      >
    703                               
    704       <label 
    705        translate="true"
    706       >
    707        2 Columns
    708       </label>
    709                           
    710      </option>
    711                          
    712      <option 
    713       name="3" 
    714       value="3" 
    715       selected="true"
    716      >
    717                               
    718       <label 
    719        translate="true"
    720       >
    721        3 Columns
    722       </label>
    723                           
    724      </option>
    725                          
    726      <option 
    727       name="4" 
    728       value="4"
    729      >
    730                               
    731       <label 
    732        translate="true"
    733       >
    734        4 Columns
    735       </label>
    736                           
    737      </option>
    738                          
    739      <option 
    740       name="5" 
    741       value="5"
    742      >
    743                               
    744       <label 
    745        translate="true"
    746       >
    747        5 Columns
    748       </label>
    749                           
    750      </option>
    751                          
    752      <option 
    753       name="6" 
    754       value="6"
    755      >
    756                               
    757       <label 
    758        translate="true"
    759       >
    760        6 Columns
    761       </label>
    762                           
    763      </option>
    764                      
    765     </options>
    766                 
    767    </parameter>
    768                
    769    <parameter 
    770     name="cache_lifetime
    771     xsi:type="text" 
    772     visible="true"
    773    >
    774                     
    775     <label 
    776      translate="true"
    777     >
    778      Cache Lifetime (Seconds)
    779     </label>
    780                     
    781     <description 
    782      translate="true"
    783     >
    784                          
    785      <![CDATA[Time in seconds between the widget updates.
    786                          <br/>If not set, equals to 86400 seconds (24 hours). To update widget instantly, go to Cache Management and clear Blocks HTML Output cache.
    787                          <br/>Widget will not show products that begin to match the specified conditions until cache is refreshed.]]>
    788                      
    789     </description>
    790                 
    791    </parameter>
    792            
    793   </parameters>
    794           
    795   <containers>
    796                
    797    <container 
    798     name="sidebar.main"
    799    >
    800                   
    801     <template 
    802      name="small_list" 
    803      value="small_list" 
    804     />
    805                 
    806    </container>
    807                
    808    <container 
    809     name="content"
    810    >
    811                     
    812     <template 
    813      name="grid
    814      value="grid" 
    815     />
    816                     
    817     <template 
    818      name="masonry_grid" 
    819      value="masonry_grid" 
    820     />
    821                     
    822     <template 
    823      name="small_list" 
    824      value="small_list" 
    825     />
    826                 
    827    </container>
    828                
    829    <container 
    830     name="sidebar.additional"
    831    >
    832                   
    833     <template 
    834      name="small_list" 
    835      value="small_list" 
    836     />
    837                 
    838    </container>
    839            
    840   </containers>
    841       
    842  </widget>
    843      
    844  <widget 
    845   id="smartwave_filterproducts_carousel"
    846              
    847   class="Smartwave\Filterproducts\Block\Widget\Carousel"
    848              
    849   is_email_compatible="true"
    850              
    851   placeholder_image="Magento_Catalog::images/product_widget_new.png"
    852  >
    853           
    854   <label 
    855    translate="true"
    856   >
    857    Porto Filter Products Carousel List
    858   </label>
    859           
    860   <description 
    861    translate="true"
    862   >
    863    List of Products that are set as Filter Carousel Layout
    864   </description>
    865           
    866   <parameters>
    867              
    868    <parameter 
    869     name="template" 
    870     xsi:type="select" 
    871     required="true" 
    872     visible="true"
    873    >
    874                   
    875     <label 
    876      translate="true"
    877     >
    878      Template
    879     </label>
    880                   
    881     <options>
    882                        
    883      <option 
    884       name="owl_list" 
    885       value="widget/owl_list.phtml"
    886      >
    887                             
    888       <label 
    889        translate="true"
    890       >
    891        Products Carousel List Template
    892       </label>
    893                         
    894      </option>
    895                        
    896      <option 
    897       name="side_list" 
    898       value="widget/side_list.phtml"
    899      >
    900                             
    901       <label 
    902        translate="true"
    903       >
    904        Products Carousel Side List Template
    905       </label>
    906                         
    907      </option>
    908                    
    909     </options>
    910               
    911    </parameter>
    912              
    913    <parameter 
    914     name="display_type" 
    915     xsi:type="select" 
    916     required="true" 
    917     visible="true"
    918    >
    919                   
    920     <label 
    921      translate="true"
    922     >
    923      Display Type
    924     </label>
    925                   
    926     <description 
    927      translate="true"
    928     >
    929      Filter Product By Type
    930     </description>
    931                   
    932     <options>
    933                        
    934      <option 
    935       name="latest" 
    936       value="latest_products" 
    937       selected="true"
    938      >
    939                             
    940       <label 
    941        translate="true"
    942       >
    943        Latest products
    944       </label>
    945                         
    946      </option>
    947                        
    948      <option 
    949       name="new" 
    950       value="new_products"
    951      >
    952                             
    953       <label 
    954        translate="true"
    955       >
    956        New products
    957       </label>
    958                         
    959      </option>
    960                        
    961      <option 
    962       name="featured" 
    963       value="featured_products"
    964      >
    965                             
    966       <label 
    967        translate="true"
    968       >
    969        Featured products
    970       </label>
    971                         
    972      </option>
    973                        
    974      <option 
    975       name="bestseller" 
    976       value="bestseller_products"
    977      >
    978                             
    979       <label 
    980        translate="true"
    981       >
    982        Bestseller products
    983       </label>
    984                         
    985      </option>
    986                        
    987      <option 
    988       name="sale
    989       value="sale_products"
    990      >
    991                             
    992       <label 
    993        translate="true"
    994       >
    995        Sale products
    996       </label>
    997                         
    998      </option>
    999                        
    1000      <option 
    1001       name="deal
    1002       value="deal_products"
    1003      >
    1004                             
    1005       <label 
    1006        translate="true"
    1007       >
    1008        Deal products
    1009       </label>
    1010                         
    1011      </option>
    1012                    
    1013     </options>
    1014               
    1015    </parameter>
    1016              
    1017    <parameter 
    1018     name="product_type" 
    1019     xsi:type="select" 
    1020     required="true" 
    1021     visible="true"
    1022    >
    1023                   
    1024     <label 
    1025      translate="true"
    1026     >
    1027      Product Type Layout
    1028     </label>
    1029                   
    1030     <options>
    1031                        
    1032      <option 
    1033       name="1" 
    1034       value="1" 
    1035       selected="true"
    1036      >
    1037                             
    1038       <label 
    1039        translate="true"
    1040       >
    1041        Type 1
    1042       </label>
    1043                         
    1044      </option>
    1045                        
    1046      <option 
    1047       name="2" 
    1048       value="2"
    1049      >
    1050                             
    1051       <label 
    1052        translate="true"
    1053       >
    1054        Type 2
    1055       </label>
    1056                         
    1057      </option>
    1058                        
    1059      <option 
    1060       name="3" 
    1061       value="3"
    1062      >
    1063                             
    1064       <label 
    1065        translate="true"
    1066       >
    1067        Type 3
    1068       </label>
    1069                         
    1070      </option>
    1071                        
    1072      <option 
    1073       name="4" 
    1074       value="4"
    1075      >
    1076                             
    1077       <label 
    1078        translate="true"
    1079       >
    1080        Type 4
    1081       </label>
    1082                         
    1083      </option>
    1084                        
    1085      <option 
    1086       name="5" 
    1087       value="5"
    1088      >
    1089                             
    1090       <label 
    1091        translate="true"
    1092       >
    1093        Type 5
    1094       </label>
    1095                         
    1096      </option>
    1097                        
    1098      <option 
    1099       name="6" 
    1100       value="6"
    1101      >
    1102                             
    1103       <label 
    1104        translate="true"
    1105       >
    1106        Type 6
    1107       </label>
    1108                         
    1109      </option>
    1110                        
    1111      <option 
    1112       name="7" 
    1113       value="7"
    1114      >
    1115                             
    1116       <label 
    1117        translate="true"
    1118       >
    1119        Type 7
    1120       </label>
    1121                         
    1122      </option>
    1123                        
    1124      <option 
    1125       name="8" 
    1126       value="8"
    1127      >
    1128                             
    1129       <label 
    1130        translate="true"
    1131       >
    1132        Type 8
    1133       </label>
    1134                         
    1135      </option>
    1136                        
    1137      <option 
    1138       name="9" 
    1139       value="9"
    1140      >
    1141                             
    1142       <label 
    1143        translate="true"
    1144       >
    1145        Type 9
    1146       </label>
    1147                         
    1148      </option>
    1149                        
    1150      <option 
    1151       name="10" 
    1152       value="10"
    1153      >
    1154                             
    1155       <label 
    1156        translate="true"
    1157       >
    1158        Type 10
    1159       </label>
    1160                         
    1161      </option>
    1162                        
    1163      <option 
    1164       name="11" 
    1165       value="11"
    1166      >
    1167                             
    1168       <label 
    1169        translate="true"
    1170       >
    1171        Type 11
    1172       </label>
    1173                         
    1174      </option>
    1175                        
    1176      <option 
    1177       name="12" 
    1178       value="12"
    1179      >
    1180                             
    1181       <label 
    1182        translate="true"
    1183       >
    1184        Type 12
    1185       </label>
    1186                         
    1187      </option>
    1188                    
    1189     </options>
    1190               
    1191    </parameter>
    1192              
    1193    <parameter 
    1194     name="category_ids" 
    1195     xsi:type="block" 
    1196     visible="true" 
    1197     required="false"
    1198    >
    1199                   
    1200     <label 
    1201      translate="true"
    1202     >
    1203      Category
    1204     </label>
    1205                   
    1206     <block 
    1207      class="Magento\Catalog\Block\Adminhtml\Category\Widget\Chooser"
    1208     >
    1209                        
    1210      <data>
    1211                             
    1212       <item 
    1213        name="button" 
    1214        xsi:type="array"
    1215       >
    1216                                  
    1217        <item 
    1218         name="open
    1219         xsi:type="string" 
    1220         translate="true"
    1221        >
    1222         Select Category...
    1223        </item>
    1224                              
    1225       </item>
    1226                         
    1227      </data>
    1228                    
    1229     </block>
    1230               
    1231    </parameter>
    1232              
    1233    <parameter 
    1234     name="product_count" 
    1235     xsi:type="text" 
    1236     required="true" 
    1237     visible="true"
    1238    >
    1239                   
    1240     <label 
    1241      translate="true"
    1242     >
    1243      Number of Products to Display
    1244     </label>
    1245                   
    1246     <value>
    1247      10
    1248     </value>
    1249               
    1250    </parameter>
    1251              
    1252    <parameter 
    1253     name="enable_autoplay" 
    1254     xsi:type="select" 
    1255     visible="true"
    1256                         
    1257     source_model="Magento\Config\Model\Config\Source\Yesno"
    1258    >
    1259                   
    1260     <label 
    1261      translate="true"
    1262     >
    1263      Enable Autoplay
    1264     </label>
    1265               
    1266    </parameter>
    1267              
    1268    <parameter 
    1269     name="show_slide_nav
    1270     xsi:type="select" 
    1271     visible="true"
    1272                         
    1273     source_model="Magento\Config\Model\Config\Source\Yesno"
    1274    >
    1275                   
    1276     <label 
    1277      translate="true"
    1278     >
    1279      Show Arrows
    1280     </label>
    1281               
    1282    </parameter>
    1283              
    1284    <parameter 
    1285     name="show_slide_page" 
    1286     xsi:type="select" 
    1287     visible="true"
    1288                         
    1289     source_model="Magento\Config\Model\Config\Source\Yesno"
    1290    >
    1291                   
    1292     <label 
    1293      translate="true"
    1294     >
    1295      Show Dots
    1296     </label>
    1297               
    1298    </parameter>
    1299              
    1300    <parameter 
    1301     name="enable_slide_loop" 
    1302     xsi:type="select" 
    1303     visible="true"
    1304                         
    1305     source_model="Magento\Config\Model\Config\Source\Yesno"
    1306    >
    1307                   
    1308     <label 
    1309      translate="true"
    1310     >
    1311      Enable Slide Loop
    1312     </label>
    1313               
    1314    </parameter>
    1315              
    1316    <parameter 
    1317     name="desktop_slide_columns" 
    1318     xsi:type="select" 
    1319     required="true" 
    1320     visible="true"
    1321    >
    1322                   
    1323     <label 
    1324      translate="true"
    1325     >
    1326      Desktop Columns Count
    1327     </label>
    1328                   
    1329     <options>
    1330                        
    1331      <option 
    1332       name="1" 
    1333       value="1"
    1334      >
    1335                             
    1336       <label 
    1337        translate="true"
    1338       >
    1339        1 Column
    1340       </label>
    1341                         
    1342      </option>
    1343                        
    1344      <option 
    1345       name="2" 
    1346       value="2"
    1347      >
    1348                             
    1349       <label 
    1350        translate="true"
    1351       >
    1352        2 Columns
    1353       </label>
    1354                         
    1355      </option>
    1356                        
    1357      <option 
    1358       name="3" 
    1359       value="3"
    1360      >
    1361                             
    1362       <label 
    1363        translate="true"
    1364       >
    1365        3 Columns
    1366       </label>
    1367                         
    1368      </option>
    1369                        
    1370      <option 
    1371       name="4" 
    1372       value="4" 
    1373       selected="true"
    1374      >
    1375                             
    1376       <label 
    1377        translate="true"
    1378       >
    1379        4 Columns
    1380       </label>
    1381                         
    1382      </option>
    1383                        
    1384      <option 
    1385       name="5" 
    1386       value="5"
    1387      >
    1388                             
    1389       <label 
    1390        translate="true"
    1391       >
    1392        5 Columns
    1393       </label>
    1394                         
    1395      </option>
    1396                        
    1397      <option 
    1398       name="6" 
    1399       value="6"
    1400      >
    1401                             
    1402       <label 
    1403        translate="true"
    1404       >
    1405        6 Columns
    1406       </label>
    1407                         
    1408      </option>
    1409                    
    1410     </options>
    1411               
    1412    </parameter>
    1413              
    1414    <parameter 
    1415     name="tablet_slide_columns" 
    1416     xsi:type="select" 
    1417     required="true" 
    1418     visible="true"
    1419    >
    1420                   
    1421     <label 
    1422      translate="true"
    1423     >
    1424      Tablet Columns Count
    1425     </label>
    1426                   
    1427     <options>
    1428                        
    1429      <option 
    1430       name="1" 
    1431       value="1"
    1432      >
    1433                             
    1434       <label 
    1435        translate="true"
    1436       >
    1437        1 Column
    1438       </label>
    1439                         
    1440      </option>
    1441                        
    1442      <option 
    1443       name="2" 
    1444       value="2"
    1445      >
    1446                             
    1447       <label 
    1448        translate="true"
    1449       >
    1450        2 Columns
    1451       </label>
    1452                         
    1453      </option>
    1454                        
    1455      <option 
    1456       name="3" 
    1457       value="3" 
    1458       selected="true"
    1459      >
    1460                             
    1461       <label 
    1462        translate="true"
    1463       >
    1464        3 Columns
    1465       </label>
    1466                         
    1467      </option>
    1468                        
    1469      <option 
    1470       name="4" 
    1471       value="4"
    1472      >
    1473                             
    1474       <label 
    1475        translate="true"
    1476       >
    1477        4 Columns
    1478       </label>
    1479                         
    1480      </option>
    1481                        
    1482      <option 
    1483       name="5" 
    1484       value="5"
    1485      >
    1486                             
    1487       <label 
    1488        translate="true"
    1489       >
    1490        5 Columns
    1491       </label>
    1492                         
    1493      </option>
    1494                        
    1495      <option 
    1496       name="6" 
    1497       value="6"
    1498      >
    1499                             
    1500       <label 
    1501        translate="true"
    1502       >
    1503        6 Columns
    1504       </label>
    1505                         
    1506      </option>
    1507                    
    1508     </options>
    1509               
    1510    </parameter>
    1511              
    1512    <parameter 
    1513     name="mobile_slide_columns" 
    1514     xsi:type="select" 
    1515     required="true" 
    1516     visible="true"
    1517    >
    1518                   
    1519     <label 
    1520      translate="true"
    1521     >
    1522      Mobile Columns Count
    1523     </label>
    1524                   
    1525     <options>
    1526                        
    1527      <option 
    1528       name="1" 
    1529       value="1"
    1530      >
    1531                             
    1532       <label 
    1533        translate="true"
    1534       >
    1535        1 Column
    1536       </label>
    1537                         
    1538      </option>
    1539                        
    1540      <option 
    1541       name="2" 
    1542       value="2" 
    1543       selected="true"
    1544      >
    1545                             
    1546       <label 
    1547        translate="true"
    1548       >
    1549        2 Columns
    1550       </label>
    1551                         
    1552      </option>
    1553                        
    1554      <option 
    1555       name="3" 
    1556       value="3"
    1557      >
    1558                             
    1559       <label 
    1560        translate="true"
    1561       >
    1562        3 Columns
    1563       </label>
    1564                         
    1565      </option>
    1566                        
    1567      <option 
    1568       name="4" 
    1569       value="4"
    1570      >
    1571                             
    1572       <label 
    1573        translate="true"
    1574       >
    1575        4 Columns
    1576       </label>
    1577                         
    1578      </option>
    1579                        
    1580      <option 
    1581       name="5" 
    1582       value="5"
    1583      >
    1584                             
    1585       <label 
    1586        translate="true"
    1587       >
    1588        5 Columns
    1589       </label>
    1590                         
    1591      </option>
    1592                        
    1593      <option 
    1594       name="6" 
    1595       value="6"
    1596      >
    1597                             
    1598       <label 
    1599        translate="true"
    1600       >
    1601        6 Columns
    1602       </label>
    1603                         
    1604      </option>
    1605                    
    1606     </options>
    1607               
    1608    </parameter>
    1609              
    1610    <parameter 
    1611     name="extra_class" 
    1612     xsi:type="text" 
    1613     visible="true"
    1614    >
    1615                   
    1616     <label 
    1617      translate="true"
    1618     >
    1619      Extra Class
    1620     </label>
    1621                   
    1622     <description 
    1623      translate="true"
    1624     >
    1625                        
    1626      <![CDATA[Add custom class html to template. <br>Ex: nav-center-images-only nav-pos-outside nav-style-4 show-nav-hover dots-style-1]]>
    1627                    
    1628     </description>
    1629                   
    1630     <value>
    1631      nav-center-images-only nav-pos-outside nav-style-4 show-nav-hover dots-style-1
    1632     </value>
    1633               
    1634    </parameter>
    1635              
    1636    <parameter 
    1637     name="cache_lifetime
    1638     xsi:type="text" 
    1639     visible="true"
    1640    >
    1641                   
    1642     <label 
    1643      translate="true"
    1644     >
    1645      Cache Lifetime (Seconds)
    1646     </label>
    1647                   
    1648     <description 
    1649      translate="true"
    1650     >
    1651                        
    1652      <![CDATA[Time in seconds between the widget updates.
    1653                        <br/>If not set, equals to 86400 seconds (24 hours). To update widget instantly, go to Cache Management and clear Blocks HTML Output cache.
    1654                        <br/>Widget will not show products that begin to match the specified conditions until cache is refreshed.]]>
    1655                    
    1656     </description>
    1657               
    1658    </parameter>
    1659            
    1660   </parameters>
    1661           
    1662   <containers>
    1663                
    1664    <container 
    1665     name="sidebar.main"
    1666    >
    1667                   
    1668     <template 
    1669      name="side_list" 
    1670      value="side_list" 
    1671     />
    1672                 
    1673    </container>
    1674                
    1675    <container 
    1676     name="content"
    1677    >
    1678                     
    1679     <template 
    1680      name="owl_list" 
    1681      value="owl_list" 
    1682     />
    1683                 
    1684    </container>
    1685                
    1686    <container 
    1687     name="sidebar.additional"
    1688    >
    1689                   
    1690     <template 
    1691      name="side_list" 
    1692      value="side_list" 
    1693     />
    1694                 
    1695    </container>
    1696            
    1697   </containers>
    1698       
    1699  </widget>
    1700 </widgets>