system.xml 123 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751
  1. <?xml version="1.0"?>
  2. <!--
  3. /**
  4. * Copyright © 2016 Magento. All rights reserved.
  5. * See COPYING.txt for license details.
  6. */
  7. -->
  8. <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Config:etc/system_file.xsd">
  9. <system>
  10. <tab id="smartwave_porto" translate="label" sortOrder="50">
  11. <label>Porto 3.2.3</label>
  12. </tab>
  13. <section id="porto_settings" translate="label" sortOrder="10" showInDefault="1" showInWebsite="1" showInStore="1">
  14. <label>Porto - Settings Panel</label>
  15. <tab>smartwave_porto</tab>
  16. <resource>Smartwave_Porto::config</resource>
  17. <group id="general" translate="label" sortOrder="100" showInDefault="1" showInWebsite="1" showInStore="1">
  18. <label>General</label>
  19. <field id="boxed" translate="label comment" type="select" sortOrder="10" showInDefault="1" showInWebsite="1" showInStore="1">
  20. <label>Boxed / Wide</label>
  21. <source_model>Smartwave\Porto\Model\Config\Settings\General\Boxed</source_model>
  22. </field>
  23. <field id="boxed_bg_color" translate="label comment" type="text" sortOrder="15" showInDefault="1" showInWebsite="1" showInStore="1">
  24. <label>Out of Box Background Color for Boxed Version</label>
  25. <backend_model>Smartwave\Porto\Model\Config\Backend\Design\Color\Validatetransparent</backend_model>
  26. <frontend_model>Smartwave\Porto\Block\System\Config\Form\Field\Color</frontend_model>
  27. <depends>
  28. <field id="boxed">boxed</field>
  29. </depends>
  30. </field>
  31. <field id="boxed_bg_img" translate="label" type="image" sortOrder="17" showInDefault="1" showInWebsite="1" showInStore="1">
  32. <label>Out of Box Background Image for Boxed Version</label>
  33. <comment>Allowed file types:PNG, GIF, JPG, JPEG.</comment>
  34. <backend_model>Smartwave\Porto\Model\Config\Backend\Image\Boxed</backend_model>
  35. <base_url type="media" scope_info="1">porto/boxed_bg</base_url>
  36. <depends>
  37. <field id="boxed">boxed</field>
  38. </depends>
  39. </field>
  40. <field id="boxed_custom_style" translate="label comment" type="textarea" sortOrder="18" showInDefault="1" showInWebsite="1" showInStore="1">
  41. <label>Custom Style for Boxed Version</label>
  42. <comment><![CDATA[Type in your custom styles , e.g.:<br/>
  43. <em>&nbsp;&nbsp;&nbsp;&nbsp;background-repeat: no-repeat;<br/>&nbsp;&nbsp;&nbsp;&nbsp;background-size: cover;<br/>&nbsp;&nbsp;&nbsp;&nbsp;background-attachment: fixed;</em>
  44. ]]></comment>
  45. <depends>
  46. <field id="boxed">boxed</field>
  47. </depends>
  48. </field>
  49. <field id="layout" translate="label comment" type="select" sortOrder="20" showInDefault="1" showInWebsite="1" showInStore="1">
  50. <label>Maximum Page Width</label>
  51. <source_model>Smartwave\Porto\Model\Config\Settings\General\Layout</source_model>
  52. </field>
  53. <field id="disable_border_radius" translate="label comment" type="select" sortOrder="30" showInDefault="1" showInWebsite="1" showInStore="1">
  54. <label>Disable Border Radius</label>
  55. <source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
  56. </field>
  57. <field id="show_site_notice" translate="label comment" type="select" sortOrder="50" showInDefault="1" showInWebsite="1" showInStore="1">
  58. <label>Show Site Notice</label>
  59. <source_model>Smartwave\Porto\Model\Config\Settings\General\Notice</source_model>
  60. </field>
  61. <field id="custom_notice_block" translate="label comment" type="text" sortOrder="60" showInDefault="1" showInWebsite="1" showInStore="1">
  62. <label>Custom Notice Block ID</label>
  63. </field>
  64. <field id="category_list_on_left" translate="label comment" type="select" sortOrder="70" showInDefault="1" showInWebsite="1" showInStore="1">
  65. <label>Show Category List on Left</label>
  66. <source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
  67. <depends>
  68. <field id="layout">full_width</field>
  69. </depends>
  70. </field>
  71. <field id="smartlayers" translate="label comment" type="select" sortOrder="100" showInDefault="1" showInWebsite="1" showInStore="1">
  72. <label>Show Share Buttons at the Right Side</label>
  73. <source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
  74. </field>
  75. <field id="sidebar_sticky" translate="label comment" type="select" sortOrder="200" showInDefault="1" showInWebsite="1" showInStore="1">
  76. <label>Show Sidebar by Sticky</label>
  77. <source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
  78. </field>
  79. </group>
  80. <group id="optimization" translate="label" sortOrder="105" showInDefault="1" showInWebsite="1" showInStore="1">
  81. <label>Speed Optimization Setting</label>
  82. <field id="bootstrap" translate="label comment" type="select" sortOrder="10" showInDefault="1" showInWebsite="1" showInStore="1">
  83. <label>Load Original Bootstrap</label>
  84. <source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
  85. </field>
  86. <field id="animate" translate="label comment" type="select" sortOrder="20" showInDefault="1" showInWebsite="1" showInStore="1">
  87. <label>Load Original animate.css</label>
  88. <source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
  89. </field>
  90. <field id="lazyload" translate="label comment" type="select" sortOrder="30" showInDefault="1" showInWebsite="1" showInStore="1">
  91. <label>Disable Lazyload for Product Images</label>
  92. <source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
  93. </field>
  94. </group>
  95. <group id="header" translate="label" sortOrder="110" showInDefault="1" showInWebsite="1" showInStore="1">
  96. <label>Header</label>
  97. <field id="header_type" translate="label comment" type="select" sortOrder="10" showInDefault="1" showInWebsite="1" showInStore="1">
  98. <label>Header Type</label>
  99. <source_model>Smartwave\Porto\Model\Config\Settings\Header\Type</source_model>
  100. </field>
  101. <field id="new_skin" translate="label comment" type="select" sortOrder="15" showInDefault="1" showInWebsite="1" showInStore="1">
  102. <label>New Skin</label>
  103. <source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
  104. </field>
  105. <field id="static_block" translate="label comment" type="text" sortOrder="20" showInDefault="1" showInWebsite="1" showInStore="1">
  106. <label>Static Block ID</label>
  107. </field>
  108. <field id="toggle_text" translate="label comment" type="text" sortOrder="22" showInDefault="1" showInWebsite="1" showInStore="1">
  109. <label>Toggle Text for Type 8</label>
  110. <depends>
  111. <field id="header_type">8</field>
  112. </depends>
  113. </field>
  114. <field id="static_block_8" translate="label comment" type="text" sortOrder="24" showInDefault="1" showInWebsite="1" showInStore="1">
  115. <label>Static Block ID for Type 8</label>
  116. <depends>
  117. <field id="header_type">8</field>
  118. </depends>
  119. </field>
  120. <field id="toggle_text_25" translate="label comment" type="text" sortOrder="27" showInDefault="1" showInWebsite="1" showInStore="1">
  121. <label>Toggle Text for Type 25</label>
  122. <depends>
  123. <field id="header_type">25</field>
  124. </depends>
  125. </field>
  126. <field id="static_block_25" translate="label comment" type="text" sortOrder="28" showInDefault="1" showInWebsite="1" showInStore="1">
  127. <label>Static Block ID for Type 25</label>
  128. <depends>
  129. <field id="header_type">25</field>
  130. </depends>
  131. </field>
  132. <field id="secondary_menu_25" translate="label comment" type="text" sortOrder="29" showInDefault="1" showInWebsite="1" showInStore="1">
  133. <label>Secondary Menu for Type 25</label>
  134. <depends>
  135. <field id="header_type">25</field>
  136. </depends>
  137. </field>
  138. <field id="sticky_header" translate="label comment" type="select" sortOrder="30" showInDefault="1" showInWebsite="1" showInStore="1">
  139. <label>Sticky Header</label>
  140. <source_model>Magento\Config\Model\Config\Source\Enabledisable</source_model>
  141. </field>
  142. <field id="sticky_header_logo" translate="label comment" type="select" sortOrder="40" showInDefault="1" showInWebsite="1" showInStore="1">
  143. <label>Show Logo Image in Sticky Header</label>
  144. <source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
  145. <depends>
  146. <field id="sticky_header">1</field>
  147. </depends>
  148. </field>
  149. <field id="sticky_header_logo_src" translate="label" type="image" sortOrder="50" showInDefault="1" showInWebsite="1" showInStore="1">
  150. <label>Logo Image</label>
  151. <comment>Allowed file types:PNG, GIF, JPG, JPEG, SVG.</comment>
  152. <backend_model>Smartwave\Porto\Model\Config\Backend\Image\Stickylogo</backend_model>
  153. <base_url type="media" scope_info="1">porto/sticky_logo</base_url>
  154. <depends>
  155. <field id="sticky_header">1</field>
  156. <field id="sticky_header_logo">1</field>
  157. </depends>
  158. </field>
  159. <field id="mobile_sticky_header" translate="label comment" type="select" sortOrder="60" showInDefault="1" showInWebsite="1" showInStore="1">
  160. <label>Sticky Header on Mobile</label>
  161. <source_model>Magento\Config\Model\Config\Source\Enabledisable</source_model>
  162. <depends>
  163. <field id="sticky_header">1</field>
  164. </depends>
  165. </field>
  166. <field id="currency_short" translate="label comment" type="select" sortOrder="100" showInDefault="1" showInWebsite="1" showInStore="1">
  167. <label>Show Only Short Currency Code in Currency Switcher</label>
  168. <source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
  169. </field>
  170. <field id="language_flag" translate="label comment" type="select" sortOrder="110" showInDefault="1" showInWebsite="1" showInStore="1">
  171. <label>Show Flag Images in Language Switcher</label>
  172. <source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
  173. </field>
  174. <field id="compare_link" translate="label comment" type="select" sortOrder="115" showInDefault="1" showInWebsite="1" showInStore="1">
  175. <label>Show Compare Link in TopLinks</label>
  176. <source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
  177. </field>
  178. <field id="login_popup" translate="label comment" type="select" sortOrder="120" showInDefault="1" showInWebsite="1" showInStore="1">
  179. <label>Enable Login Popup</label>
  180. <source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
  181. </field>
  182. </group>
  183. <group id="footer" translate="label" sortOrder="120" showInDefault="1" showInWebsite="1" showInStore="1">
  184. <label>Footer</label>
  185. <field id="footer_newsletter_title" translate="label comment" type="text" sortOrder="20" showInDefault="1" showInWebsite="1" showInStore="1">
  186. <label>Newsletter Block Title</label>
  187. </field>
  188. <field id="footer_newsletter_text" translate="label comment" type="textarea" sortOrder="30" showInDefault="1" showInWebsite="1" showInStore="1">
  189. <label>Newsletter Block Text</label>
  190. </field>
  191. <!-- Footer - Top Area -->
  192. <field id="footer_top_heading" translate="label comment" sortOrder="100" showInDefault="1" showInWebsite="1" showInStore="1">
  193. <label>Footer - Top</label>
  194. <frontend_model>Magento\Config\Block\System\Config\Form\Field\Heading</frontend_model>
  195. </field>
  196. <field id="footer_top" translate="label comment" type="select" sortOrder="110" showInDefault="1" showInWebsite="1" showInStore="1">
  197. <label>Show Footer Top</label>
  198. <source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
  199. </field>
  200. <field id="footer_top_block" translate="label comment" type="select" sortOrder="120" showInDefault="1" showInWebsite="1" showInStore="1">
  201. <label>Show Footer Top</label>
  202. <source_model>Smartwave\Porto\Model\Config\Settings\Footer\Top\Block</source_model>
  203. <depends>
  204. <field id="footer_top">1</field>
  205. </depends>
  206. </field>
  207. <field id="footer_top_custom" translate="label comment" type="text" sortOrder="130" showInDefault="1" showInWebsite="1" showInStore="1">
  208. <label>Static Block Id</label>
  209. <depends>
  210. <field id="footer_top">1</field>
  211. <field id="footer_top_block">custom</field>
  212. </depends>
  213. </field>
  214. <!-- Footer - Top Area -->
  215. <!-- Footer - Middle Area -->
  216. <field id="footer_middle_heading" translate="label comment" sortOrder="200" showInDefault="1" showInWebsite="1" showInStore="1">
  217. <label>Footer - Middle</label>
  218. <frontend_model>Magento\Config\Block\System\Config\Form\Field\Heading</frontend_model>
  219. </field>
  220. <field id="footer_middle" translate="label comment" type="select" sortOrder="201" showInDefault="1" showInWebsite="1" showInStore="1">
  221. <label>Show Footer Middle</label>
  222. <source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
  223. </field>
  224. <field id="footer_ribbon" translate="label comment" type="select" sortOrder="205" showInDefault="1" showInWebsite="1" showInStore="1">
  225. <label>Show Footer Ribbon</label>
  226. <source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
  227. <depends>
  228. <field id="footer_middle">1</field>
  229. </depends>
  230. </field>
  231. <field id="footer_ribbon_text" translate="label comment" type="text" sortOrder="206" showInDefault="1" showInWebsite="1" showInStore="1">
  232. <label>Ribbon Text</label>
  233. <depends>
  234. <field id="footer_middle">1</field>
  235. <field id="footer_ribbon">1</field>
  236. </depends>
  237. </field>
  238. <field id="footer_middle_column_1" translate="label comment" type="select" sortOrder="210" showInDefault="1" showInWebsite="1" showInStore="1">
  239. <label>Column 1</label>
  240. <source_model>Smartwave\Porto\Model\Config\Settings\Footer\Middle\Block</source_model>
  241. <depends>
  242. <field id="footer_middle">1</field>
  243. </depends>
  244. </field>
  245. <field id="footer_middle_column_1_custom" translate="label comment" type="text" sortOrder="213" showInDefault="1" showInWebsite="1" showInStore="1">
  246. <label>Static Block Id</label>
  247. <depends>
  248. <field id="footer_middle">1</field>
  249. <field id="footer_middle_column_1">custom</field>
  250. </depends>
  251. </field>
  252. <field id="footer_middle_column_1_size" translate="label comment" type="select" sortOrder="216" showInDefault="1" showInWebsite="1" showInStore="1">
  253. <label>Column 1 Size</label>
  254. <source_model>Smartwave\Porto\Model\Config\Settings\Footer\Middle\Size</source_model>
  255. <depends>
  256. <field id="footer_middle">1</field>
  257. </depends>
  258. </field>
  259. <field id="footer_middle_column_2" translate="label comment" type="select" sortOrder="220" showInDefault="1" showInWebsite="1" showInStore="1">
  260. <label>Column 2</label>
  261. <source_model>Smartwave\Porto\Model\Config\Settings\Footer\Middle\Block</source_model>
  262. <depends>
  263. <field id="footer_middle">1</field>
  264. </depends>
  265. </field>
  266. <field id="footer_middle_column_2_custom" translate="label comment" type="text" sortOrder="223" showInDefault="1" showInWebsite="1" showInStore="1">
  267. <label>Static Block Id</label>
  268. <depends>
  269. <field id="footer_middle">1</field>
  270. <field id="footer_middle_column_2">custom</field>
  271. </depends>
  272. </field>
  273. <field id="footer_middle_column_2_size" translate="label comment" type="select" sortOrder="226" showInDefault="1" showInWebsite="1" showInStore="1">
  274. <label>Column 2 Size</label>
  275. <source_model>Smartwave\Porto\Model\Config\Settings\Footer\Middle\Size</source_model>
  276. <depends>
  277. <field id="footer_middle">1</field>
  278. </depends>
  279. </field>
  280. <field id="footer_middle_column_3" translate="label comment" type="select" sortOrder="230" showInDefault="1" showInWebsite="1" showInStore="1">
  281. <label>Column 3</label>
  282. <source_model>Smartwave\Porto\Model\Config\Settings\Footer\Middle\Block</source_model>
  283. <depends>
  284. <field id="footer_middle">1</field>
  285. </depends>
  286. </field>
  287. <field id="footer_middle_column_3_custom" translate="label comment" type="text" sortOrder="233" showInDefault="1" showInWebsite="1" showInStore="1">
  288. <label>Static Block Id</label>
  289. <depends>
  290. <field id="footer_middle">1</field>
  291. <field id="footer_middle_column_3">custom</field>
  292. </depends>
  293. </field>
  294. <field id="footer_middle_column_3_size" translate="label comment" type="select" sortOrder="236" showInDefault="1" showInWebsite="1" showInStore="1">
  295. <label>Column 3 Size</label>
  296. <source_model>Smartwave\Porto\Model\Config\Settings\Footer\Middle\Size</source_model>
  297. <depends>
  298. <field id="footer_middle">1</field>
  299. </depends>
  300. </field>
  301. <field id="footer_middle_column_4" translate="label comment" type="select" sortOrder="240" showInDefault="1" showInWebsite="1" showInStore="1">
  302. <label>Column 4</label>
  303. <source_model>Smartwave\Porto\Model\Config\Settings\Footer\Middle\Block</source_model>
  304. <depends>
  305. <field id="footer_middle">1</field>
  306. </depends>
  307. </field>
  308. <field id="footer_middle_column_4_custom" translate="label comment" type="text" sortOrder="243" showInDefault="1" showInWebsite="1" showInStore="1">
  309. <label>Static Block Id</label>
  310. <depends>
  311. <field id="footer_middle">1</field>
  312. <field id="footer_middle_column_4">custom</field>
  313. </depends>
  314. </field>
  315. <field id="footer_middle_column_4_size" translate="label comment" type="select" sortOrder="246" showInDefault="1" showInWebsite="1" showInStore="1">
  316. <label>Column 4 Size</label>
  317. <source_model>Smartwave\Porto\Model\Config\Settings\Footer\Middle\Size</source_model>
  318. <depends>
  319. <field id="footer_middle">1</field>
  320. </depends>
  321. </field>
  322. <!-- Footer - Middle Area -->
  323. <!-- Footer - Middle 2nd Row Area -->
  324. <field id="footer_middle_2_heading" translate="label comment" sortOrder="300" showInDefault="1" showInWebsite="1" showInStore="1">
  325. <label>Footer - Middle 2nd Row</label>
  326. <frontend_model>Magento\Config\Block\System\Config\Form\Field\Heading</frontend_model>
  327. </field>
  328. <field id="footer_middle_2" translate="label comment" type="select" sortOrder="301" showInDefault="1" showInWebsite="1" showInStore="1">
  329. <label>Show Footer Middle 2nd Row</label>
  330. <source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
  331. </field>
  332. <field id="footer_middle_2_column_1" translate="label comment" type="select" sortOrder="310" showInDefault="1" showInWebsite="1" showInStore="1">
  333. <label>Column 1</label>
  334. <source_model>Smartwave\Porto\Model\Config\Settings\Footer\Middle\Block</source_model>
  335. <depends>
  336. <field id="footer_middle_2">1</field>
  337. </depends>
  338. </field>
  339. <field id="footer_middle_2_column_1_custom" translate="label comment" type="text" sortOrder="313" showInDefault="1" showInWebsite="1" showInStore="1">
  340. <label>Static Block Id</label>
  341. <depends>
  342. <field id="footer_middle_2">1</field>
  343. <field id="footer_middle_2_column_1">custom</field>
  344. </depends>
  345. </field>
  346. <field id="footer_middle_2_column_1_size" translate="label comment" type="select" sortOrder="316" showInDefault="1" showInWebsite="1" showInStore="1">
  347. <label>Column 1 Size</label>
  348. <source_model>Smartwave\Porto\Model\Config\Settings\Footer\Middle\Size</source_model>
  349. <depends>
  350. <field id="footer_middle_2">1</field>
  351. </depends>
  352. </field>
  353. <field id="footer_middle_2_column_2" translate="label comment" type="select" sortOrder="320" showInDefault="1" showInWebsite="1" showInStore="1">
  354. <label>Column 2</label>
  355. <source_model>Smartwave\Porto\Model\Config\Settings\Footer\Middle\Block</source_model>
  356. <depends>
  357. <field id="footer_middle_2">1</field>
  358. </depends>
  359. </field>
  360. <field id="footer_middle_2_column_2_custom" translate="label comment" type="text" sortOrder="323" showInDefault="1" showInWebsite="1" showInStore="1">
  361. <label>Static Block Id</label>
  362. <depends>
  363. <field id="footer_middle_2">1</field>
  364. <field id="footer_middle_2_column_2">custom</field>
  365. </depends>
  366. </field>
  367. <field id="footer_middle_2_column_2_size" translate="label comment" type="select" sortOrder="326" showInDefault="1" showInWebsite="1" showInStore="1">
  368. <label>Column 2 Size</label>
  369. <source_model>Smartwave\Porto\Model\Config\Settings\Footer\Middle\Size</source_model>
  370. <depends>
  371. <field id="footer_middle_2">1</field>
  372. </depends>
  373. </field>
  374. <field id="footer_middle_2_column_3" translate="label comment" type="select" sortOrder="330" showInDefault="1" showInWebsite="1" showInStore="1">
  375. <label>Column 3</label>
  376. <source_model>Smartwave\Porto\Model\Config\Settings\Footer\Middle\Block</source_model>
  377. <depends>
  378. <field id="footer_middle_2">1</field>
  379. </depends>
  380. </field>
  381. <field id="footer_middle_2_column_3_custom" translate="label comment" type="text" sortOrder="333" showInDefault="1" showInWebsite="1" showInStore="1">
  382. <label>Static Block Id</label>
  383. <depends>
  384. <field id="footer_middle_2">1</field>
  385. <field id="footer_middle_2_column_3">custom</field>
  386. </depends>
  387. </field>
  388. <field id="footer_middle_2_column_3_size" translate="label comment" type="select" sortOrder="336" showInDefault="1" showInWebsite="1" showInStore="1">
  389. <label>Column 3 Size</label>
  390. <source_model>Smartwave\Porto\Model\Config\Settings\Footer\Middle\Size</source_model>
  391. <depends>
  392. <field id="footer_middle_2">1</field>
  393. </depends>
  394. </field>
  395. <field id="footer_middle_2_column_4" translate="label comment" type="select" sortOrder="340" showInDefault="1" showInWebsite="1" showInStore="1">
  396. <label>Column 4</label>
  397. <source_model>Smartwave\Porto\Model\Config\Settings\Footer\Middle\Block</source_model>
  398. <depends>
  399. <field id="footer_middle_2">1</field>
  400. </depends>
  401. </field>
  402. <field id="footer_middle_2_column_4_custom" translate="label comment" type="text" sortOrder="343" showInDefault="1" showInWebsite="1" showInStore="1">
  403. <label>Static Block Id</label>
  404. <depends>
  405. <field id="footer_middle_2">1</field>
  406. <field id="footer_middle_2_column_4">custom</field>
  407. </depends>
  408. </field>
  409. <field id="footer_middle_2_column_4_size" translate="label comment" type="select" sortOrder="346" showInDefault="1" showInWebsite="1" showInStore="1">
  410. <label>Column 4 Size</label>
  411. <source_model>Smartwave\Porto\Model\Config\Settings\Footer\Middle\Size</source_model>
  412. <depends>
  413. <field id="footer_middle_2">1</field>
  414. </depends>
  415. </field>
  416. <!-- Footer - Middle 2nd Row Area -->
  417. <!-- Footer - Bottom Area -->
  418. <field id="footer_bottom_heading" translate="label comment" sortOrder="400" showInDefault="1" showInWebsite="1" showInStore="1">
  419. <label>Footer - Bottom</label>
  420. <frontend_model>Magento\Config\Block\System\Config\Form\Field\Heading</frontend_model>
  421. </field>
  422. <field id="footer_bottom" translate="label comment" type="select" sortOrder="401" showInDefault="1" showInWebsite="1" showInStore="1">
  423. <label>Show Footer Bottom</label>
  424. <source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
  425. </field>
  426. <field id="footer_store_switcher" translate="label comment" type="select" sortOrder="405" showInDefault="1" showInWebsite="1" showInStore="1">
  427. <label>Show Store Switcher</label>
  428. <source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
  429. </field>
  430. <field id="footer_logo_src" translate="label" type="image" sortOrder="410" showInDefault="1" showInWebsite="1" showInStore="1">
  431. <label>Logo Image</label>
  432. <comment>Allowed file types:PNG, GIF, JPG, JPEG, SVG.</comment>
  433. <backend_model>Smartwave\Porto\Model\Config\Backend\Image\Logo</backend_model>
  434. <base_url type="media" scope_info="1">porto/footer_logo</base_url>
  435. <depends>
  436. <field id="footer_bottom">1</field>
  437. </depends>
  438. </field>
  439. <field id="footer_bottom_copyrights" translate="label comment" type="text" sortOrder="420" showInDefault="1" showInWebsite="1" showInStore="1">
  440. <label>Copyright Text</label>
  441. <depends>
  442. <field id="footer_bottom">1</field>
  443. </depends>
  444. </field>
  445. <field id="footer_bottom_custom_1" translate="label comment" type="text" sortOrder="430" showInDefault="1" showInWebsite="1" showInStore="1">
  446. <label>Static Block Id(before copyright text)</label>
  447. <depends>
  448. <field id="footer_bottom">1</field>
  449. </depends>
  450. </field>
  451. <field id="footer_bottom_custom_2" translate="label comment" type="text" sortOrder="440" showInDefault="1" showInWebsite="1" showInStore="1">
  452. <label>Static Block Id(after copyright text)</label>
  453. <depends>
  454. <field id="footer_bottom">1</field>
  455. </depends>
  456. </field>
  457. <!-- Footer - Bottom Area -->
  458. </group>
  459. <group id="category" translate="label" sortOrder="130" showInDefault="1" showInWebsite="1" showInStore="1">
  460. <label>Category View</label>
  461. <field id="alternative_image" translate="label comment" type="select" sortOrder="10" showInDefault="1" showInWebsite="1" showInStore="1">
  462. <label>Show Alternative Product Image</label>
  463. <source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
  464. <comment>Show thumbnail image when mouse over in the product image area.</comment>
  465. </field>
  466. <field id="aspect_ratio" translate="label comment" type="select" sortOrder="20" showInDefault="1" showInWebsite="1" showInStore="1">
  467. <label>Keep Image Aspect Ratio</label>
  468. <source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
  469. </field>
  470. <field id="ratio_width" translate="label comment" type="text" sortOrder="30" showInDefault="1" showInWebsite="1" showInStore="1">
  471. <label>Image Width</label>
  472. </field>
  473. <field id="ratio_height" translate="label comment" type="text" sortOrder="40" showInDefault="1" showInWebsite="1" showInStore="1">
  474. <label>Image Height</label>
  475. <depends>
  476. <field id="aspect_ratio">0</field>
  477. </depends>
  478. </field>
  479. <field id="rating_star" translate="label comment" type="select" sortOrder="50" showInDefault="1" showInWebsite="1" showInStore="1">
  480. <label>Show Rating Stars</label>
  481. <source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
  482. </field>
  483. <field id="product_price" translate="label comment" type="select" sortOrder="60" showInDefault="1" showInWebsite="1" showInStore="1">
  484. <label>Show Product Price</label>
  485. <source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
  486. </field>
  487. <field id="actions" translate="label comment" type="select" sortOrder="70" showInDefault="1" showInWebsite="1" showInStore="1">
  488. <label>Show Action Links</label>
  489. <source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
  490. </field>
  491. <field id="addtocompare" translate="label comment" type="select" sortOrder="90" showInDefault="1" showInWebsite="1" showInStore="1">
  492. <label>Show Add to Compare Links</label>
  493. <source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
  494. <depends>
  495. <field id="actions">1</field>
  496. </depends>
  497. </field>
  498. <field id="addtowishlist" translate="label comment" type="select" sortOrder="100" showInDefault="1" showInWebsite="1" showInStore="1">
  499. <label>Show Add to Wishlist Links</label>
  500. <source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
  501. <depends>
  502. <field id="actions">1</field>
  503. </depends>
  504. </field>
  505. <field id="qty_field" translate="label comment" type="select" sortOrder="110" showInDefault="1" showInWebsite="1" showInStore="1">
  506. <label>Show Qty field</label>
  507. <source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
  508. </field>
  509. <field id="page_layout" translate="label comment" type="select" sortOrder="120" showInDefault="1" showInWebsite="1" showInStore="1">
  510. <label>Page Layout</label>
  511. <source_model>Smartwave\Porto\Model\Config\Settings\Page\Layout</source_model>
  512. </field>
  513. <field id="category_description" translate="label comment" type="select" sortOrder="130" showInDefault="1" showInWebsite="1" showInStore="1">
  514. <label>Category Description Position</label>
  515. <source_model>Smartwave\Porto\Model\Config\Settings\Category\Description</source_model>
  516. </field>
  517. <field id="side_custom_block" translate="label comment" type="text" sortOrder="140" showInDefault="1" showInWebsite="1" showInStore="1">
  518. <label>Custom Block Id for Sidebar</label>
  519. </field>
  520. </group>
  521. <group id="category_grid" translate="label" sortOrder="140" showInDefault="1" showInWebsite="1" showInStore="1">
  522. <label>Category View (Grid Mode)</label>
  523. <field id="product_type" translate="label comment" type="select" sortOrder="10" showInDefault="1" showInWebsite="1" showInStore="1">
  524. <label>Products Grid Type</label>
  525. <source_model>Smartwave\Porto\Model\Config\Settings\Category\Type</source_model>
  526. </field>
  527. <field id="columns" translate="label comment" type="select" sortOrder="10" showInDefault="1" showInWebsite="1" showInStore="1">
  528. <label>Products Grid Columns</label>
  529. <source_model>Smartwave\Porto\Model\Config\Settings\Category\Columns</source_model>
  530. </field>
  531. <field id="xs_one_column" translate="label comment" type="select" sortOrder="12" showInDefault="1" showInWebsite="1" showInStore="1">
  532. <label>One Column of Products Grid on Phone Devices</label>
  533. <source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
  534. </field>
  535. <!-- <field id="flex_grid" translate="label comment" type="select" sortOrder="15" showInDefault="1" showInWebsite="1" showInStore="1">
  536. <label>Flex Grid</label>
  537. <source_model>Magento\Config\Model\Config\Source\Enabledisable</source_model>
  538. </field>
  539. <field id="move_actions" translate="label comment" type="select" sortOrder="20" showInDefault="1" showInWebsite="1" showInStore="1">
  540. <label>Move Actions</label>
  541. <source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
  542. <comment>If yes, all of the action links that "Add to Cart" button, "Add to Compare" link and "Add to Wishlist" link will be moved into the product image area.</comment>
  543. </field>
  544. <field id="move_title" translate="label comment" type="select" sortOrder="30" showInDefault="1" showInWebsite="1" showInStore="1">
  545. <label>Move Product Title</label>
  546. <source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
  547. <comment>If yes, title move below rating star.</comment>
  548. </field> -->
  549. <field id="infinite_scroller" translate="label comment" type="select" sortOrder="40" showInDefault="1" showInWebsite="1" showInStore="1">
  550. <label>Enable Infinite Scroller</label>
  551. <source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
  552. </field>
  553. </group>
  554. <group id="product" translate="label" sortOrder="150" showInDefault="1" showInWebsite="1" showInStore="1">
  555. <label>Product View</label>
  556. <field id="aspect_ratio" translate="label comment" type="select" sortOrder="20" showInDefault="1" showInWebsite="1" showInStore="1">
  557. <label>Keep Image Aspect Ratio</label>
  558. <source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
  559. </field>
  560. <field id="ratio_width" translate="label comment" type="text" sortOrder="30" showInDefault="1" showInWebsite="1" showInStore="1">
  561. <label>Image Width</label>
  562. </field>
  563. <field id="ratio_height" translate="label comment" type="text" sortOrder="40" showInDefault="1" showInWebsite="1" showInStore="1">
  564. <label>Image Height</label>
  565. <depends>
  566. <field id="aspect_ratio">0</field>
  567. </depends>
  568. </field>
  569. <field id="product_image_size" translate="label comment" type="select" sortOrder="50" showInDefault="1" showInWebsite="1" showInStore="1">
  570. <label>Product Image Size</label>
  571. <source_model>Smartwave\Porto\Model\Config\Settings\Product\Imagesize</source_model>
  572. </field>
  573. <field id="product_page_type" translate="label comment" type="select" sortOrder="60" showInDefault="1" showInWebsite="1" showInStore="1">
  574. <label>Product Page Type</label>
  575. <source_model>Smartwave\Porto\Model\Config\Settings\Product\Pagetype</source_model>
  576. </field>
  577. <field id="vertical_thumbnail" translate="label comment" type="select" sortOrder="90" showInDefault="1" showInWebsite="1" showInStore="1">
  578. <label>Vertical Thumbnail Image</label>
  579. <source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
  580. </field>
  581. <field id="main_custom_block" translate="label comment" type="text" sortOrder="100" showInDefault="1" showInWebsite="1" showInStore="1">
  582. <label>Static Block Id for Main Custom Block</label>
  583. </field>
  584. <field id="main_custom_block2" translate="label comment" type="text" sortOrder="105" showInDefault="1" showInWebsite="1" showInStore="1">
  585. <label>Static Block Id for Main Custom Block 2</label>
  586. </field>
  587. <field id="side_custom_block" translate="label comment" type="text" sortOrder="110" showInDefault="1" showInWebsite="1" showInStore="1">
  588. <label>Static Block Id for Sidebar Custom Block</label>
  589. </field>
  590. <field id="prev_next" translate="label comment" type="select" sortOrder="120" showInDefault="1" showInWebsite="1" showInStore="1">
  591. <label>Show Prev/Next Product Links</label>
  592. <source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
  593. </field>
  594. <field id="prev_text" translate="label comment" type="text" sortOrder="113" showInDefault="1" showInWebsite="1" showInStore="1">
  595. <label>Previous Link Text</label>
  596. </field>
  597. <field id="next_text" translate="label comment" type="text" sortOrder="114" showInDefault="1" showInWebsite="1" showInStore="1">
  598. <label>Next Link Text</label>
  599. </field>
  600. <field id="page_layout" translate="label comment" type="select" sortOrder="120" showInDefault="1" showInWebsite="1" showInStore="1">
  601. <label>Page Layout</label>
  602. <source_model>Smartwave\Porto\Model\Config\Settings\Page\Layout</source_model>
  603. </field>
  604. <field id="upsell_columns" translate="label comment" type="select" sortOrder="130" showInDefault="1" showInWebsite="1" showInStore="1">
  605. <label>Upsell Products Grid Columns</label>
  606. <source_model>Smartwave\Porto\Model\Config\Settings\Category\Columns</source_model>
  607. </field>
  608. <field id="move_upsell" translate="label comment" type="select" sortOrder="140" showInDefault="1" showInWebsite="1" showInStore="1">
  609. <label>Move Upsell Products below the product image</label>
  610. <source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
  611. </field>
  612. <field id="move_addtolinks" translate="label comment" type="select" sortOrder="150" showInDefault="1" showInWebsite="1" showInStore="1">
  613. <label>Move Add To Links after Add to Cart Button</label>
  614. <source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
  615. </field>
  616. <field id="custom_social" translate="label comment" type="textarea" sortOrder="160" showInDefault="1" showInWebsite="1" showInStore="1">
  617. <label>Custom Social Icons</label>
  618. </field>
  619. <field id="enable_addtocart_sticky" translate="label comment" type="select" sortOrder="200" showInDefault="1" showInWebsite="1" showInStore="1">
  620. <label>Enable Addtocart Sticky</label>
  621. <source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
  622. </field>
  623. <field id="tab_style" translate="label comment" type="select" sortOrder="300" showInDefault="1" showInWebsite="1" showInStore="1">
  624. <label>Product Tabs Style</label>
  625. <source_model>Smartwave\Porto\Model\Config\Settings\Product\Tabstyle</source_model>
  626. </field>
  627. <field id="tab_full_background" translate="label comment" type="select" sortOrder="310" showInDefault="1" showInWebsite="1" showInStore="1">
  628. <label>Product Tabs Background Full Width</label>
  629. <source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
  630. </field>
  631. <field id="custom_block_next_tab" translate="label comment" type="text" sortOrder="320" showInDefault="1" showInWebsite="1" showInStore="1">
  632. <label>Show custom block to next to the tab</label>
  633. </field>
  634. <field id="move_tab" translate="label comment" type="select" sortOrder="350" showInDefault="1" showInWebsite="1" showInStore="1">
  635. <label>Move Product Tabs at the Right of Product Image</label>
  636. <source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
  637. </field>
  638. <field id="move_upsell_full" translate="label comment" type="select" sortOrder="360" showInDefault="1" showInWebsite="1" showInStore="1">
  639. <label>Move Upsel Product Full Width Background</label>
  640. <source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
  641. </field>
  642. <field id="custom_tabs_heading" translate="label comment" sortOrder="370" showInDefault="1" showInWebsite="1" showInStore="1">
  643. <label>Product Custom Tabs</label>
  644. <frontend_model>Magento\Config\Block\System\Config\Form\Field\Heading</frontend_model>
  645. </field>
  646. <field id="custom_cms_tabs" translate="label" sortOrder="410" showInDefault="1" showInWebsite="1" showInStore="1">
  647. <label>Product Custom Static Block Tabs</label>
  648. <frontend_model>Smartwave\Porto\Block\Adminhtml\Form\Field\Customcmstabs</frontend_model>
  649. <backend_model>Smartwave\Porto\Model\Config\Backend\Customcmstabs</backend_model>
  650. </field>
  651. <field id="custom_attr_tabs" translate="label" sortOrder="420" showInDefault="1" showInWebsite="1" showInStore="1">
  652. <label>Product Custom Attribute Tabs</label>
  653. <frontend_model>Smartwave\Porto\Block\Adminhtml\Form\Field\Customattrtabs</frontend_model>
  654. <backend_model>Smartwave\Porto\Model\Config\Backend\Customattrtabs</backend_model>
  655. </field>
  656. </group>
  657. <group id="richsnippets" translate="label" sortOrder="155" showInDefault="1" showInWebsite="1" showInStore="1">
  658. <label>Google Rich Snippets</label>
  659. <field id="enable" translate="label comment" type="select" sortOrder="10" showInDefault="1" showInWebsite="1" showInStore="1">
  660. <label>Enabled</label>
  661. <source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
  662. </field>
  663. </group>
  664. <group id="product_label" translate="label" sortOrder="160" showInDefault="1" showInWebsite="1" showInStore="1">
  665. <label>Product Label</label>
  666. <field id="new_label" translate="label comment" type="select" sortOrder="10" showInDefault="1" showInWebsite="1" showInStore="1">
  667. <label>Show "New" Label</label>
  668. <source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
  669. </field>
  670. <field id="new_label_text" translate="label comment" type="text" sortOrder="15" showInDefault="1" showInWebsite="1" showInStore="1">
  671. <label>"New" Label Text</label>
  672. <depends>
  673. <field id="new_label">1</field>
  674. </depends>
  675. </field>
  676. <field id="sale_label" translate="label comment" type="select" sortOrder="20" showInDefault="1" showInWebsite="1" showInStore="1">
  677. <label>Show "Sale" Label</label>
  678. <source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
  679. </field>
  680. <field id="sale_label_percent" translate="label comment" type="select" sortOrder="22" showInDefault="1" showInWebsite="1" showInStore="1">
  681. <label>Show "Sale" Label with Discount Percent</label>
  682. <source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
  683. <depends>
  684. <field id="sale_label">1</field>
  685. </depends>
  686. </field>
  687. <field id="sale_label_text" translate="label comment" type="text" sortOrder="25" showInDefault="1" showInWebsite="1" showInStore="1">
  688. <label>"Sale" Label Text</label>
  689. <depends>
  690. <field id="sale_label">1</field>
  691. <field id="sale_label_percent">0</field>
  692. </depends>
  693. </field>
  694. </group>
  695. <group id="newsletter" translate="label" sortOrder="200" showInDefault="1" showInWebsite="1" showInStore="1">
  696. <label>Newsletter Popup</label>
  697. <field id="enable" translate="label comment" type="select" sortOrder="100" showInDefault="1" showInWebsite="1" showInStore="1">
  698. <label>Enabled</label>
  699. <source_model>Smartwave\Porto\Model\Config\Settings\Newsletter\Enable</source_model>
  700. </field>
  701. <field id="delay" translate="label comment" type="text" sortOrder="110" showInDefault="1" showInWebsite="1" showInStore="1">
  702. <label>Delay(miliseconds)</label>
  703. </field>
  704. <field id="logo_src" translate="label" type="image" sortOrder="120" showInDefault="1" showInWebsite="1" showInStore="1">
  705. <label>Logo Image</label>
  706. <comment>Allowed file types:PNG, GIF, JPG, JPEG, SVG.</comment>
  707. <backend_model>Smartwave\Porto\Model\Config\Backend\Image\Newsletterlogo</backend_model>
  708. <base_url type="media" scope_info="1">porto/newsletter/logo</base_url>
  709. </field>
  710. <field id="content" translate="label comment" type="textarea" sortOrder="130" showInDefault="1" showInWebsite="1" showInStore="1">
  711. <label>Popup Content Text</label>
  712. </field>
  713. <field id="width" translate="label comment" type="text" sortOrder="140" showInDefault="1" showInWebsite="1" showInStore="1">
  714. <label>Popup Width</label>
  715. </field>
  716. <field id="height" translate="label comment" type="text" sortOrder="150" showInDefault="1" showInWebsite="1" showInStore="1">
  717. <label>Popup Height</label>
  718. </field>
  719. <field id="bg_color" translate="label comment" type="text" sortOrder="160" showInDefault="1" showInWebsite="1" showInStore="1">
  720. <label>Popup Backgroud Color</label>
  721. <backend_model>Smartwave\Porto\Model\Config\Backend\Design\Color\Validatetransparent</backend_model>
  722. <frontend_model>Smartwave\Porto\Block\System\Config\Form\Field\Color</frontend_model>
  723. </field>
  724. <field id="bg_image" translate="label" type="image" sortOrder="170" showInDefault="1" showInWebsite="1" showInStore="1">
  725. <label>Popup Background Image</label>
  726. <comment>Allowed file types:PNG, GIF, JPG, JPEG.</comment>
  727. <backend_model>Smartwave\Porto\Model\Config\Backend\Image\Newsletterbg</backend_model>
  728. <base_url type="media" scope_info="1">porto/newsletter/background</base_url>
  729. </field>
  730. <field id="custom_style" translate="label comment" type="textarea" sortOrder="180" showInDefault="1" showInWebsite="1" showInStore="1">
  731. <label>Custom Style</label>
  732. </field>
  733. </group>
  734. <group id="contacts" translate="label" sortOrder="250" showInDefault="1" showInWebsite="1" showInStore="1">
  735. <label>Contact Us</label>
  736. <field id="google_map_heading" translate="label comment" sortOrder="100" showInDefault="1" showInWebsite="1" showInStore="1">
  737. <label>Google Map</label>
  738. <frontend_model>Magento\Config\Block\System\Config\Form\Field\Heading</frontend_model>
  739. </field>
  740. <field id="enable" translate="label comment" type="select" sortOrder="110" showInDefault="1" showInWebsite="1" showInStore="1">
  741. <label>Show Google Map</label>
  742. <source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
  743. </field>
  744. <field id="api_key" translate="label comment" type="text" sortOrder="112" showInDefault="1" showInWebsite="1" showInStore="1">
  745. <label>Google Map API key</label>
  746. <comment><![CDATA[You can get an API key from <a href="https://developers.google.com/maps/documentation/javascript/get-api-key">https://developers.google.com/maps/documentation/javascript/get-api-key</a><br/>
  747. eg: AIzaSyCkw3Q5Y7y2prqgTXSvF50Nr09-j7_carc</br>
  748. This is an example key for localhost.
  749. ]]></comment>
  750. </field>
  751. <field id="full_width" translate="label comment" type="select" sortOrder="115" showInDefault="1" showInWebsite="1" showInStore="1">
  752. <label>Full Width</label>
  753. <source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
  754. </field>
  755. <field id="address" translate="label comment" type="text" sortOrder="120" showInDefault="1" showInWebsite="1" showInStore="1">
  756. <label>Address</label>
  757. </field>
  758. <field id="latitude" translate="label comment" type="text" sortOrder="130" showInDefault="1" showInWebsite="1" showInStore="1">
  759. <label>Latitude</label>
  760. </field>
  761. <field id="longitude" translate="label comment" type="text" sortOrder="140" showInDefault="1" showInWebsite="1" showInStore="1">
  762. <label>Longitude</label>
  763. </field>
  764. <field id="zoom" translate="label comment" type="text" sortOrder="150" showInDefault="1" showInWebsite="1" showInStore="1">
  765. <label>Zoom</label>
  766. </field>
  767. <field id="contact_info_heading" translate="label comment" sortOrder="200" showInDefault="1" showInWebsite="1" showInStore="1">
  768. <label>Contact Info</label>
  769. <frontend_model>Magento\Config\Block\System\Config\Form\Field\Heading</frontend_model>
  770. </field>
  771. <field id="infoblock" translate="label comment" type="textarea" sortOrder="210" showInDefault="1" showInWebsite="1" showInStore="1">
  772. <label>Info Text</label>
  773. </field>
  774. <field id="customblock" translate="label comment" type="text" sortOrder="220" showInDefault="1" showInWebsite="1" showInStore="1">
  775. <label>Custom Block before Contacts Form</label>
  776. <comment>Input the Static Block Id, this static block will be shown below of the google map and above of the contacts form.</comment>
  777. </field>
  778. </group>
  779. <group id="custom_settings" translate="label" sortOrder="550" showInDefault="1" showInWebsite="1" showInStore="1">
  780. <label>Customization Settings</label>
  781. <field id="custom_google_fonts" translate="label comment" type="textarea" sortOrder="90" showInDefault="1" showInWebsite="1" showInStore="1">
  782. <label>Custom Google Fonts</label>
  783. <comment><![CDATA[Type in your custom styles , e.g.:<br/>
  784. <em>@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700");
  785. </em>
  786. ]]></comment>
  787. </field>
  788. <field id="custom_style" translate="label comment" type="textarea" sortOrder="100" showInDefault="1" showInWebsite="1" showInStore="1">
  789. <label>Custom Style 1</label>
  790. <comment><![CDATA[Type in your custom styles , e.g.:<br/>
  791. <em>.page { padding: 0; margin: 0; }<br/>
  792. .main { font-size: 14px; font-weight:400; }
  793. </em>
  794. ]]></comment>
  795. </field>
  796. <field id="custom_style_2" translate="label comment" type="textarea" sortOrder="200" showInDefault="1" showInWebsite="1" showInStore="1">
  797. <label>Custom Style 2</label>
  798. <comment><![CDATA[This field is useful with multi store. So you can add your global custom styles into this field.]]></comment>
  799. </field>
  800. </group>
  801. <group id="install" translate="label" sortOrder="800" showInDefault="1" showInWebsite="1" showInStore="1">
  802. <label>Installation</label>
  803. <field id="demo_version" translate="label comment" type="select" sortOrder="90" showInDefault="1" showInWebsite="1" showInStore="1">
  804. <label>Demo Version</label>
  805. <comment>Select the demo version, then import static blocks and cms pages.</comment>
  806. <source_model>Smartwave\Porto\Model\Config\Settings\Installation\Demoversion</source_model>
  807. </field>
  808. <field id="import_blocks_heading" translate="label comment" sortOrder="100" showInDefault="1" showInWebsite="1" showInStore="1">
  809. <label>Import Static Blocks</label>
  810. <frontend_model>Magento\Config\Block\System\Config\Form\Field\Heading</frontend_model>
  811. </field>
  812. <field id="import_blocks" translate="button_label" sortOrder="110" showInDefault="1" showInWebsite="1" showInStore="1">
  813. <button_label>Import Static Blocks</button_label>
  814. <attribute type="action_url">porto_admin/system_config_cms/import</attribute>
  815. <attribute type="import_type">blocks</attribute>
  816. <frontend_model>Smartwave\Porto\Block\System\Config\Form\Button\Import\Cms</frontend_model>
  817. </field>
  818. <field id="overwrite_blocks" translate="label comment" type="select" sortOrder="120" showInDefault="1" showInWebsite="1" showInStore="1">
  819. <label>Overwrite Existing Blocks</label>
  820. <comment>If the identifiers of the static blocks are already exist, you can set to "Yes" then save the configuration, then click the "Import Static Blocks" button.</comment>
  821. <source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
  822. </field>
  823. <field id="import_pages_heading" translate="label comment" sortOrder="200" showInDefault="1" showInWebsite="1" showInStore="1">
  824. <label>Import CMS Pages</label>
  825. <frontend_model>Magento\Config\Block\System\Config\Form\Field\Heading</frontend_model>
  826. </field>
  827. <field id="import_pages" translate="button_label" sortOrder="210" showInDefault="1" showInWebsite="1" showInStore="1">
  828. <button_label>Import CMS Pages</button_label>
  829. <attribute type="action_url">porto_admin/system_config_cms/import</attribute>
  830. <attribute type="import_type">pages</attribute>
  831. <frontend_model>Smartwave\Porto\Block\System\Config\Form\Button\Import\Cms</frontend_model>
  832. </field>
  833. <field id="overwrite_pages" translate="label comment" type="select" sortOrder="220" showInDefault="1" showInWebsite="1" showInStore="1">
  834. <label>Overwrite Existing Pages</label>
  835. <comment>If the identifiers of the cms pages are already exist, you can set to "Yes" then save the configuration, then click the "Import Static Blocks" button.</comment>
  836. <source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
  837. </field>
  838. <field id="import_demo_heading" translate="label comment" sortOrder="300" showInDefault="1" showInWebsite="1" showInStore="1">
  839. <label>Import demos</label>
  840. <frontend_model>Magento\Config\Block\System\Config\Form\Field\Heading</frontend_model>
  841. </field>
  842. <field id="import_demo1" translate="button_label" sortOrder="301" showInDefault="1" showInWebsite="1" showInStore="1">
  843. <button_label>Import Demo</button_label>
  844. <attribute type="action_url">porto_admin/system_config_demo/import</attribute>
  845. <frontend_model>Smartwave\Porto\Block\System\Config\Form\Button\Import\Demo</frontend_model>
  846. </field>
  847. </group>
  848. </section>
  849. <section id="porto_design" translate="label" sortOrder="20" showInDefault="1" showInWebsite="1" showInStore="1">
  850. <label>Porto - Design Panel</label>
  851. <tab>smartwave_porto</tab>
  852. <resource>Smartwave_Porto::config</resource>
  853. <group id="general" translate="label" sortOrder="100" showInDefault="1" showInWebsite="1" showInStore="1">
  854. <label>General</label>
  855. <field id="theme_color" translate="label comment" type="text" sortOrder="10" showInDefault="1" showInWebsite="1" showInStore="1">
  856. <label>Theme Colors</label>
  857. <backend_model>Smartwave\Porto\Model\Config\Backend\Design\Color\Validatetransparent</backend_model>
  858. <frontend_model>Smartwave\Porto\Block\System\Config\Form\Field\Color</frontend_model>
  859. </field>
  860. </group>
  861. <group id="font" translate="label" sortOrder="200" showInDefault="1" showInWebsite="1" showInStore="1">
  862. <label>Font</label>
  863. <field id="custom" translate="label comment" type="select" sortOrder="10" showInDefault="1" showInWebsite="1" showInStore="1">
  864. <label>Custom</label>
  865. <source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
  866. </field>
  867. <field id="font_size" translate="label comment" type="select" sortOrder="20" showInDefault="1" showInWebsite="1" showInStore="1">
  868. <label>Basic Font Size</label>
  869. <source_model>Smartwave\Porto\Model\Config\Design\Font\Size</source_model>
  870. <depends>
  871. <field id="custom">1</field>
  872. </depends>
  873. </field>
  874. <field id="font_family" translate="label comment" type="select" sortOrder="30" showInDefault="1" showInWebsite="1" showInStore="1">
  875. <label>Basic Font Family</label>
  876. <source_model>Smartwave\Porto\Model\Config\Design\Font\Family</source_model>
  877. <depends>
  878. <field id="custom">1</field>
  879. </depends>
  880. </field>
  881. <field id="custom_font_family" translate="label comment" type="text" sortOrder="40" showInDefault="1" showInWebsite="1" showInStore="1">
  882. <label>Font Family - Custom</label>
  883. <depends>
  884. <field id="custom">1</field>
  885. <field id="font_family">custom</field>
  886. </depends>
  887. </field>
  888. <field id="google_font_family" translate="label comment" type="select" sortOrder="50" showInDefault="1" showInWebsite="1" showInStore="1">
  889. <label>Font Family - Google Fonts</label>
  890. <source_model>Smartwave\Porto\Model\Config\Design\Font\Googlefonts</source_model>
  891. <depends>
  892. <field id="custom">1</field>
  893. <field id="font_family">google</field>
  894. </depends>
  895. </field>
  896. <field id="char_latin_ext" translate="label comment" type="select" sortOrder="60" showInDefault="1" showInWebsite="1" showInStore="1">
  897. <label>Character Set: Latin Extended</label>
  898. <source_model>Magento\Config\Model\Config\Source\Enabledisable</source_model>
  899. <depends>
  900. <field id="custom">1</field>
  901. <field id="font_family">google</field>
  902. </depends>
  903. </field>
  904. <field id="char_subset" translate="label comment" type="text" sortOrder="70" showInDefault="1" showInWebsite="1" showInStore="1">
  905. <label>Custom Character Subset</label>
  906. <depends>
  907. <field id="custom">1</field>
  908. <field id="font_family">google</field>
  909. </depends>
  910. </field>
  911. </group>
  912. <group id="colors" translate="label" sortOrder="300" showInDefault="1" showInWebsite="1" showInStore="1">
  913. <label>Colors</label>
  914. <field id="custom" translate="label comment" type="select" sortOrder="10" showInDefault="1" showInWebsite="1" showInStore="1">
  915. <label>Custom</label>
  916. <source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
  917. </field>
  918. <field id="basic_heading" translate="label comment" sortOrder="100" showInDefault="1" showInWebsite="1" showInStore="1">
  919. <label>Basic Colors</label>
  920. <frontend_model>Magento\Config\Block\System\Config\Form\Field\Heading</frontend_model>
  921. <depends>
  922. <field id="custom">1</field>
  923. </depends>
  924. </field>
  925. <field id="text_color" translate="label comment" type="text" sortOrder="110" showInDefault="1" showInWebsite="1" showInStore="1">
  926. <label>Text Color</label>
  927. <backend_model>Smartwave\Porto\Model\Config\Backend\Design\Color\Validatetransparent</backend_model>
  928. <frontend_model>Smartwave\Porto\Block\System\Config\Form\Field\Color</frontend_model>
  929. <depends>
  930. <field id="custom">1</field>
  931. </depends>
  932. </field>
  933. <field id="link_color" translate="label comment" type="text" sortOrder="120" showInDefault="1" showInWebsite="1" showInStore="1">
  934. <label>Link Color</label>
  935. <backend_model>Smartwave\Porto\Model\Config\Backend\Design\Color\Validatetransparent</backend_model>
  936. <frontend_model>Smartwave\Porto\Block\System\Config\Form\Field\Color</frontend_model>
  937. <depends>
  938. <field id="custom">1</field>
  939. </depends>
  940. </field>
  941. <field id="link_hover_color" translate="label comment" type="text" sortOrder="130" showInDefault="1" showInWebsite="1" showInStore="1">
  942. <label>Link Hover Color</label>
  943. <backend_model>Smartwave\Porto\Model\Config\Backend\Design\Color\Validatetransparent</backend_model>
  944. <frontend_model>Smartwave\Porto\Block\System\Config\Form\Field\Color</frontend_model>
  945. <depends>
  946. <field id="custom">1</field>
  947. </depends>
  948. </field>
  949. <field id="button_heading" translate="label comment" sortOrder="200" showInDefault="1" showInWebsite="1" showInStore="1">
  950. <label>Buttons</label>
  951. <frontend_model>Magento\Config\Block\System\Config\Form\Field\Heading</frontend_model>
  952. <depends>
  953. <field id="custom">1</field>
  954. </depends>
  955. </field>
  956. <field id="button_bg_color" translate="label comment" type="text" sortOrder="210" showInDefault="1" showInWebsite="1" showInStore="1">
  957. <label>Button Background Color</label>
  958. <backend_model>Smartwave\Porto\Model\Config\Backend\Design\Color\Validatetransparent</backend_model>
  959. <frontend_model>Smartwave\Porto\Block\System\Config\Form\Field\Color</frontend_model>
  960. <depends>
  961. <field id="custom">1</field>
  962. </depends>
  963. </field>
  964. <field id="button_text_color" translate="label comment" type="text" sortOrder="220" showInDefault="1" showInWebsite="1" showInStore="1">
  965. <label>Button Text Color</label>
  966. <backend_model>Smartwave\Porto\Model\Config\Backend\Design\Color\Validatetransparent</backend_model>
  967. <frontend_model>Smartwave\Porto\Block\System\Config\Form\Field\Color</frontend_model>
  968. <depends>
  969. <field id="custom">1</field>
  970. </depends>
  971. </field>
  972. <field id="button_hover_bg_color" translate="label comment" type="text" sortOrder="230" showInDefault="1" showInWebsite="1" showInStore="1">
  973. <label>Button Hover Background Color</label>
  974. <backend_model>Smartwave\Porto\Model\Config\Backend\Design\Color\Validatetransparent</backend_model>
  975. <frontend_model>Smartwave\Porto\Block\System\Config\Form\Field\Color</frontend_model>
  976. <depends>
  977. <field id="custom">1</field>
  978. </depends>
  979. </field>
  980. <field id="button_hover_text_color" translate="label comment" type="text" sortOrder="240" showInDefault="1" showInWebsite="1" showInStore="1">
  981. <label>Button Hover Text Color</label>
  982. <backend_model>Smartwave\Porto\Model\Config\Backend\Design\Color\Validatetransparent</backend_model>
  983. <frontend_model>Smartwave\Porto\Block\System\Config\Form\Field\Color</frontend_model>
  984. <depends>
  985. <field id="custom">1</field>
  986. </depends>
  987. </field>
  988. <field id="addtolinks_heading" translate="label comment" sortOrder="300" showInDefault="1" showInWebsite="1" showInStore="1">
  989. <label>Addto Links</label>
  990. <frontend_model>Magento\Config\Block\System\Config\Form\Field\Heading</frontend_model>
  991. <depends>
  992. <field id="custom">1</field>
  993. </depends>
  994. </field>
  995. <field id="addtowishlist_color" translate="label comment" type="text" sortOrder="310" showInDefault="1" showInWebsite="1" showInStore="1">
  996. <label>Add to Wishlist Link Color</label>
  997. <backend_model>Smartwave\Porto\Model\Config\Backend\Design\Color\Validatetransparent</backend_model>
  998. <frontend_model>Smartwave\Porto\Block\System\Config\Form\Field\Color</frontend_model>
  999. <depends>
  1000. <field id="custom">1</field>
  1001. </depends>
  1002. </field>
  1003. <field id="addtowishlist_hover_color" translate="label comment" type="text" sortOrder="320" showInDefault="1" showInWebsite="1" showInStore="1">
  1004. <label>Add to Wishlist Link Hover Color</label>
  1005. <backend_model>Smartwave\Porto\Model\Config\Backend\Design\Color\Validatetransparent</backend_model>
  1006. <frontend_model>Smartwave\Porto\Block\System\Config\Form\Field\Color</frontend_model>
  1007. <depends>
  1008. <field id="custom">1</field>
  1009. </depends>
  1010. </field>
  1011. <field id="addtocompare_color" translate="label comment" type="text" sortOrder="330" showInDefault="1" showInWebsite="1" showInStore="1">
  1012. <label>Add to Compare Link Color</label>
  1013. <backend_model>Smartwave\Porto\Model\Config\Backend\Design\Color\Validatetransparent</backend_model>
  1014. <frontend_model>Smartwave\Porto\Block\System\Config\Form\Field\Color</frontend_model>
  1015. <depends>
  1016. <field id="custom">1</field>
  1017. </depends>
  1018. </field>
  1019. <field id="addtocompare_hover_color" translate="label comment" type="text" sortOrder="340" showInDefault="1" showInWebsite="1" showInStore="1">
  1020. <label>Add to Compare Link Hover Color</label>
  1021. <backend_model>Smartwave\Porto\Model\Config\Backend\Design\Color\Validatetransparent</backend_model>
  1022. <frontend_model>Smartwave\Porto\Block\System\Config\Form\Field\Color</frontend_model>
  1023. <depends>
  1024. <field id="custom">1</field>
  1025. </depends>
  1026. </field>
  1027. <field id="breadcrumbs_heading" translate="label comment" sortOrder="600" showInDefault="1" showInWebsite="1" showInStore="1">
  1028. <label>Breadcrumbs</label>
  1029. <frontend_model>Magento\Config\Block\System\Config\Form\Field\Heading</frontend_model>
  1030. <depends>
  1031. <field id="custom">1</field>
  1032. </depends>
  1033. </field>
  1034. <field id="breadcrumbs_bg_color" translate="label comment" type="text" sortOrder="610" showInDefault="1" showInWebsite="1" showInStore="1">
  1035. <label>Background Color</label>
  1036. <backend_model>Smartwave\Porto\Model\Config\Backend\Design\Color\Validatetransparent</backend_model>
  1037. <frontend_model>Smartwave\Porto\Block\System\Config\Form\Field\Color</frontend_model>
  1038. <depends>
  1039. <field id="custom">1</field>
  1040. </depends>
  1041. </field>
  1042. <field id="breadcrumbs_color" translate="label comment" type="text" sortOrder="620" showInDefault="1" showInWebsite="1" showInStore="1">
  1043. <label>Text Color</label>
  1044. <backend_model>Smartwave\Porto\Model\Config\Backend\Design\Color\Validatetransparent</backend_model>
  1045. <frontend_model>Smartwave\Porto\Block\System\Config\Form\Field\Color</frontend_model>
  1046. <depends>
  1047. <field id="custom">1</field>
  1048. </depends>
  1049. </field>
  1050. <field id="breadcrumbs_links_color" translate="label comment" type="text" sortOrder="630" showInDefault="1" showInWebsite="1" showInStore="1">
  1051. <label>Links Color</label>
  1052. <backend_model>Smartwave\Porto\Model\Config\Backend\Design\Color\Validatetransparent</backend_model>
  1053. <frontend_model>Smartwave\Porto\Block\System\Config\Form\Field\Color</frontend_model>
  1054. <depends>
  1055. <field id="custom">1</field>
  1056. </depends>
  1057. </field>
  1058. <field id="breadcrumbs_links_hover_color" translate="label comment" type="text" sortOrder="640" showInDefault="1" showInWebsite="1" showInStore="1">
  1059. <label>Links Hover Color</label>
  1060. <backend_model>Smartwave\Porto\Model\Config\Backend\Design\Color\Validatetransparent</backend_model>
  1061. <frontend_model>Smartwave\Porto\Block\System\Config\Form\Field\Color</frontend_model>
  1062. <depends>
  1063. <field id="custom">1</field>
  1064. </depends>
  1065. </field>
  1066. <field id="product_label_heading" translate="label comment" sortOrder="700" showInDefault="1" showInWebsite="1" showInStore="1">
  1067. <label>Product Labels</label>
  1068. <frontend_model>Magento\Config\Block\System\Config\Form\Field\Heading</frontend_model>
  1069. <depends>
  1070. <field id="custom">1</field>
  1071. </depends>
  1072. </field>
  1073. <field id="sale_bg_color" translate="label comment" type="text" sortOrder="710" showInDefault="1" showInWebsite="1" showInStore="1">
  1074. <label>"Sale" Label Background Color</label>
  1075. <backend_model>Smartwave\Porto\Model\Config\Backend\Design\Color\Validatetransparent</backend_model>
  1076. <frontend_model>Smartwave\Porto\Block\System\Config\Form\Field\Color</frontend_model>
  1077. <depends>
  1078. <field id="custom">1</field>
  1079. </depends>
  1080. </field>
  1081. <field id="sale_font_color" translate="label comment" type="text" sortOrder="720" showInDefault="1" showInWebsite="1" showInStore="1">
  1082. <label>"Sale" Label Font Color</label>
  1083. <backend_model>Smartwave\Porto\Model\Config\Backend\Design\Color\Validatetransparent</backend_model>
  1084. <frontend_model>Smartwave\Porto\Block\System\Config\Form\Field\Color</frontend_model>
  1085. <depends>
  1086. <field id="custom">1</field>
  1087. </depends>
  1088. </field>
  1089. <field id="new_bg_color" translate="label comment" type="text" sortOrder="730" showInDefault="1" showInWebsite="1" showInStore="1">
  1090. <label>"New" Label Background Color</label>
  1091. <backend_model>Smartwave\Porto\Model\Config\Backend\Design\Color\Validatetransparent</backend_model>
  1092. <frontend_model>Smartwave\Porto\Block\System\Config\Form\Field\Color</frontend_model>
  1093. <depends>
  1094. <field id="custom">1</field>
  1095. </depends>
  1096. </field>
  1097. <field id="new_font_color" translate="label comment" type="text" sortOrder="740" showInDefault="1" showInWebsite="1" showInStore="1">
  1098. <label>"New" Label Font Color</label>
  1099. <backend_model>Smartwave\Porto\Model\Config\Backend\Design\Color\Validatetransparent</backend_model>
  1100. <frontend_model>Smartwave\Porto\Block\System\Config\Form\Field\Color</frontend_model>
  1101. <depends>
  1102. <field id="custom">1</field>
  1103. </depends>
  1104. </field>
  1105. <field id="price_slider_heading" translate="label comment" sortOrder="800" showInDefault="1" showInWebsite="1" showInStore="1">
  1106. <label>Price Slider in LayeredNavigation</label>
  1107. <frontend_model>Magento\Config\Block\System\Config\Form\Field\Heading</frontend_model>
  1108. <depends>
  1109. <field id="custom">1</field>
  1110. </depends>
  1111. </field>
  1112. <field id="price_slider_bg_color" translate="label comment" type="text" sortOrder="810" showInDefault="1" showInWebsite="1" showInStore="1">
  1113. <label>Background Color</label>
  1114. <backend_model>Smartwave\Porto\Model\Config\Backend\Design\Color\Validatetransparent</backend_model>
  1115. <frontend_model>Smartwave\Porto\Block\System\Config\Form\Field\Color</frontend_model>
  1116. <depends>
  1117. <field id="custom">1</field>
  1118. </depends>
  1119. </field>
  1120. <field id="price_slider_handle_color" translate="label comment" type="text" sortOrder="820" showInDefault="1" showInWebsite="1" showInStore="1">
  1121. <label>Handle Color</label>
  1122. <backend_model>Smartwave\Porto\Model\Config\Backend\Design\Color\Validatetransparent</backend_model>
  1123. <frontend_model>Smartwave\Porto\Block\System\Config\Form\Field\Color</frontend_model>
  1124. <depends>
  1125. <field id="custom">1</field>
  1126. </depends>
  1127. </field>
  1128. </group>
  1129. <group id="header" translate="label" sortOrder="400" showInDefault="1" showInWebsite="1" showInStore="1">
  1130. <label>Header</label>
  1131. <field id="custom" translate="label comment" type="select" sortOrder="10" showInDefault="1" showInWebsite="1" showInStore="1">
  1132. <label>Custom</label>
  1133. <source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
  1134. </field>
  1135. <field id="header_heading" translate="label comment" sortOrder="100" showInDefault="1" showInWebsite="1" showInStore="1">
  1136. <label>Header</label>
  1137. <frontend_model>Magento\Config\Block\System\Config\Form\Field\Heading</frontend_model>
  1138. <depends>
  1139. <field id="custom">1</field>
  1140. </depends>
  1141. </field>
  1142. <field id="header_bgcolor" translate="label comment" type="text" sortOrder="110" showInDefault="1" showInWebsite="1" showInStore="1">
  1143. <label>Header Background Color</label>
  1144. <backend_model>Smartwave\Porto\Model\Config\Backend\Design\Color\Validatetransparent</backend_model>
  1145. <frontend_model>Smartwave\Porto\Block\System\Config\Form\Field\Color</frontend_model>
  1146. <depends>
  1147. <field id="custom">1</field>
  1148. </depends>
  1149. </field>
  1150. <field id="header_bg_image" translate="label" type="image" sortOrder="120" showInDefault="1" showInWebsite="1" showInStore="1">
  1151. <label>Header Background Image</label>
  1152. <comment>Allowed file types:PNG, GIF, JPG, JPEG.</comment>
  1153. <backend_model>Smartwave\Porto\Model\Config\Backend\Image\Header</backend_model>
  1154. <base_url type="media" scope_info="1">porto/header_bg</base_url>
  1155. <depends>
  1156. <field id="custom">1</field>
  1157. </depends>
  1158. </field>
  1159. <field id="header_bordercolor" translate="label comment" type="text" sortOrder="130" showInDefault="1" showInWebsite="1" showInStore="1">
  1160. <label>Header Border Color</label>
  1161. <backend_model>Smartwave\Porto\Model\Config\Backend\Design\Color\Validatetransparent</backend_model>
  1162. <frontend_model>Smartwave\Porto\Block\System\Config\Form\Field\Color</frontend_model>
  1163. <depends>
  1164. <field id="custom">1</field>
  1165. </depends>
  1166. </field>
  1167. <field id="header_textcolor" translate="label comment" type="text" sortOrder="140" showInDefault="1" showInWebsite="1" showInStore="1">
  1168. <label>Header Text Color</label>
  1169. <backend_model>Smartwave\Porto\Model\Config\Backend\Design\Color\Validatetransparent</backend_model>
  1170. <frontend_model>Smartwave\Porto\Block\System\Config\Form\Field\Color</frontend_model>
  1171. <depends>
  1172. <field id="custom">1</field>
  1173. </depends>
  1174. </field>
  1175. <field id="header_linkcolor" translate="label comment" type="text" sortOrder="150" showInDefault="1" showInWebsite="1" showInStore="1">
  1176. <label>Header Links Color</label>
  1177. <backend_model>Smartwave\Porto\Model\Config\Backend\Design\Color\Validatetransparent</backend_model>
  1178. <frontend_model>Smartwave\Porto\Block\System\Config\Form\Field\Color</frontend_model>
  1179. <depends>
  1180. <field id="custom">1</field>
  1181. </depends>
  1182. </field>
  1183. <field id="header_toplinks_heading" translate="label comment" sortOrder="200" showInDefault="1" showInWebsite="1" showInStore="1">
  1184. <label>Header - Top</label>
  1185. <frontend_model>Magento\Config\Block\System\Config\Form\Field\Heading</frontend_model>
  1186. <depends>
  1187. <field id="custom">1</field>
  1188. </depends>
  1189. </field>
  1190. <field id="header_top_links_bgcolor" translate="label comment" type="text" sortOrder="210" showInDefault="1" showInWebsite="1" showInStore="1">
  1191. <label>Top Links Block Background Color</label>
  1192. <backend_model>Smartwave\Porto\Model\Config\Backend\Design\Color\Validatetransparent</backend_model>
  1193. <frontend_model>Smartwave\Porto\Block\System\Config\Form\Field\Color</frontend_model>
  1194. <depends>
  1195. <field id="custom">1</field>
  1196. </depends>
  1197. </field>
  1198. <field id="header_top_links_color" translate="label comment" type="text" sortOrder="220" showInDefault="1" showInWebsite="1" showInStore="1">
  1199. <label>Top Links Block Font Color</label>
  1200. <backend_model>Smartwave\Porto\Model\Config\Backend\Design\Color\Validatetransparent</backend_model>
  1201. <frontend_model>Smartwave\Porto\Block\System\Config\Form\Field\Color</frontend_model>
  1202. <depends>
  1203. <field id="custom">1</field>
  1204. </depends>
  1205. </field>
  1206. <field id="header_menu_heading" translate="label comment" sortOrder="300" showInDefault="1" showInWebsite="1" showInStore="1">
  1207. <label>Header - Menu</label>
  1208. <frontend_model>Magento\Config\Block\System\Config\Form\Field\Heading</frontend_model>
  1209. <depends>
  1210. <field id="custom">1</field>
  1211. </depends>
  1212. </field>
  1213. <field id="header_menu_bgcolor" translate="label comment" type="text" sortOrder="310" showInDefault="1" showInWebsite="1" showInStore="1">
  1214. <label>Background Color</label>
  1215. <backend_model>Smartwave\Porto\Model\Config\Backend\Design\Color\Validatetransparent</backend_model>
  1216. <frontend_model>Smartwave\Porto\Block\System\Config\Form\Field\Color</frontend_model>
  1217. <depends>
  1218. <field id="custom">1</field>
  1219. </depends>
  1220. </field>
  1221. <field id="header_menu_color" translate="label comment" type="text" sortOrder="311" showInDefault="1" showInWebsite="1" showInStore="1">
  1222. <label>Font Color</label>
  1223. <backend_model>Smartwave\Porto\Model\Config\Backend\Design\Color\Validatetransparent</backend_model>
  1224. <frontend_model>Smartwave\Porto\Block\System\Config\Form\Field\Color</frontend_model>
  1225. <depends>
  1226. <field id="custom">1</field>
  1227. </depends>
  1228. </field>
  1229. <field id="header_menu_hover_bgcolor" translate="label comment" type="text" sortOrder="312" showInDefault="1" showInWebsite="1" showInStore="1">
  1230. <label>Hover Background Color</label>
  1231. <backend_model>Smartwave\Porto\Model\Config\Backend\Design\Color\Validatetransparent</backend_model>
  1232. <frontend_model>Smartwave\Porto\Block\System\Config\Form\Field\Color</frontend_model>
  1233. <depends>
  1234. <field id="custom">1</field>
  1235. </depends>
  1236. </field>
  1237. <field id="header_menu_hover_color" translate="label comment" type="text" sortOrder="313" showInDefault="1" showInWebsite="1" showInStore="1">
  1238. <label>Hover Font Color</label>
  1239. <backend_model>Smartwave\Porto\Model\Config\Backend\Design\Color\Validatetransparent</backend_model>
  1240. <frontend_model>Smartwave\Porto\Block\System\Config\Form\Field\Color</frontend_model>
  1241. <depends>
  1242. <field id="custom">1</field>
  1243. </depends>
  1244. </field>
  1245. <field id="header_menu_classic_heading" translate="label comment" sortOrder="319" showInDefault="1" showInWebsite="1" showInStore="1">
  1246. <label>Header - Menu(Classic)</label>
  1247. <frontend_model>Magento\Config\Block\System\Config\Form\Field\Heading</frontend_model>
  1248. <depends>
  1249. <field id="custom">1</field>
  1250. </depends>
  1251. </field>
  1252. <field id="header_menu_classicmenu_bgcolor" translate="label comment" type="text" sortOrder="320" showInDefault="1" showInWebsite="1" showInStore="1">
  1253. <label>Dropdown Background Color</label>
  1254. <backend_model>Smartwave\Porto\Model\Config\Backend\Design\Color\Validatetransparent</backend_model>
  1255. <frontend_model>Smartwave\Porto\Block\System\Config\Form\Field\Color</frontend_model>
  1256. <depends>
  1257. <field id="custom">1</field>
  1258. </depends>
  1259. </field>
  1260. <field id="header_menu_classicmenu_bordercolor" translate="label comment" type="text" sortOrder="321" showInDefault="1" showInWebsite="1" showInStore="1">
  1261. <label>Dropdown Border Color</label>
  1262. <backend_model>Smartwave\Porto\Model\Config\Backend\Design\Color\Validatetransparent</backend_model>
  1263. <frontend_model>Smartwave\Porto\Block\System\Config\Form\Field\Color</frontend_model>
  1264. <depends>
  1265. <field id="custom">1</field>
  1266. </depends>
  1267. </field>
  1268. <field id="header_menu_classicmenu_color" translate="label comment" type="text" sortOrder="322" showInDefault="1" showInWebsite="1" showInStore="1">
  1269. <label>Dropdown Item Font Color</label>
  1270. <backend_model>Smartwave\Porto\Model\Config\Backend\Design\Color\Validatetransparent</backend_model>
  1271. <frontend_model>Smartwave\Porto\Block\System\Config\Form\Field\Color</frontend_model>
  1272. <depends>
  1273. <field id="custom">1</field>
  1274. </depends>
  1275. </field>
  1276. <field id="header_menu_classicmenu_hover_bgcolor" translate="label comment" type="text" sortOrder="323" showInDefault="1" showInWebsite="1" showInStore="1">
  1277. <label>Dropdown Item Hover Background Color</label>
  1278. <backend_model>Smartwave\Porto\Model\Config\Backend\Design\Color\Validatetransparent</backend_model>
  1279. <frontend_model>Smartwave\Porto\Block\System\Config\Form\Field\Color</frontend_model>
  1280. <depends>
  1281. <field id="custom">1</field>
  1282. </depends>
  1283. </field>
  1284. <field id="header_menu_classicmenu_hover_color" translate="label comment" type="text" sortOrder="324" showInDefault="1" showInWebsite="1" showInStore="1">
  1285. <label>Dropdown Item Hover Font Color</label>
  1286. <backend_model>Smartwave\Porto\Model\Config\Backend\Design\Color\Validatetransparent</backend_model>
  1287. <frontend_model>Smartwave\Porto\Block\System\Config\Form\Field\Color</frontend_model>
  1288. <depends>
  1289. <field id="custom">1</field>
  1290. </depends>
  1291. </field>
  1292. <field id="header_menu_megamenu_heading" translate="label comment" sortOrder="329" showInDefault="1" showInWebsite="1" showInStore="1">
  1293. <label>Header - Menu(Megamenu)</label>
  1294. <frontend_model>Magento\Config\Block\System\Config\Form\Field\Heading</frontend_model>
  1295. <depends>
  1296. <field id="custom">1</field>
  1297. </depends>
  1298. </field>
  1299. <field id="header_menu_megamenu_bgcolor" translate="label comment" type="text" sortOrder="330" showInDefault="1" showInWebsite="1" showInStore="1">
  1300. <label>Dropdown Background Color</label>
  1301. <backend_model>Smartwave\Porto\Model\Config\Backend\Design\Color\Validatetransparent</backend_model>
  1302. <frontend_model>Smartwave\Porto\Block\System\Config\Form\Field\Color</frontend_model>
  1303. <depends>
  1304. <field id="custom">1</field>
  1305. </depends>
  1306. </field>
  1307. <field id="header_menu_megamenu_bordercolor" translate="label comment" type="text" sortOrder="331" showInDefault="1" showInWebsite="1" showInStore="1">
  1308. <label>Dropdown Border Color</label>
  1309. <backend_model>Smartwave\Porto\Model\Config\Backend\Design\Color\Validatetransparent</backend_model>
  1310. <frontend_model>Smartwave\Porto\Block\System\Config\Form\Field\Color</frontend_model>
  1311. <depends>
  1312. <field id="custom">1</field>
  1313. </depends>
  1314. </field>
  1315. <field id="header_menu_megamenu_color" translate="label comment" type="text" sortOrder="332" showInDefault="1" showInWebsite="1" showInStore="1">
  1316. <label>Dropdown Item Font Color</label>
  1317. <backend_model>Smartwave\Porto\Model\Config\Backend\Design\Color\Validatetransparent</backend_model>
  1318. <frontend_model>Smartwave\Porto\Block\System\Config\Form\Field\Color</frontend_model>
  1319. <depends>
  1320. <field id="custom">1</field>
  1321. </depends>
  1322. </field>
  1323. <field id="header_menu_megamenu_hover_color" translate="label comment" type="text" sortOrder="333" showInDefault="1" showInWebsite="1" showInStore="1">
  1324. <label>Dropdown Item Hover Font Color</label>
  1325. <backend_model>Smartwave\Porto\Model\Config\Backend\Design\Color\Validatetransparent</backend_model>
  1326. <frontend_model>Smartwave\Porto\Block\System\Config\Form\Field\Color</frontend_model>
  1327. <depends>
  1328. <field id="custom">1</field>
  1329. </depends>
  1330. </field>
  1331. <field id="header_category_labels_heading" translate="label comment" sortOrder="340" showInDefault="1" showInWebsite="1" showInStore="1">
  1332. <label>Header - Menu(Category Labels)</label>
  1333. <frontend_model>Magento\Config\Block\System\Config\Form\Field\Heading</frontend_model>
  1334. <depends>
  1335. <field id="custom">1</field>
  1336. </depends>
  1337. </field>
  1338. <field id="header_menu_label1_bg_color" translate="label comment" type="text" sortOrder="341" showInDefault="1" showInWebsite="1" showInStore="1">
  1339. <label>Label1 Background Color</label>
  1340. <backend_model>Smartwave\Porto\Model\Config\Backend\Design\Color\Validatetransparent</backend_model>
  1341. <frontend_model>Smartwave\Porto\Block\System\Config\Form\Field\Color</frontend_model>
  1342. <depends>
  1343. <field id="custom">1</field>
  1344. </depends>
  1345. </field>
  1346. <field id="header_menu_label1_font_color" translate="label comment" type="text" sortOrder="342" showInDefault="1" showInWebsite="1" showInStore="1">
  1347. <label>Label1 Font Color</label>
  1348. <backend_model>Smartwave\Porto\Model\Config\Backend\Design\Color\Validatetransparent</backend_model>
  1349. <frontend_model>Smartwave\Porto\Block\System\Config\Form\Field\Color</frontend_model>
  1350. <depends>
  1351. <field id="custom">1</field>
  1352. </depends>
  1353. </field>
  1354. <field id="header_menu_label2_bg_color" translate="label comment" type="text" sortOrder="343" showInDefault="1" showInWebsite="1" showInStore="1">
  1355. <label>Label2 Background Color</label>
  1356. <backend_model>Smartwave\Porto\Model\Config\Backend\Design\Color\Validatetransparent</backend_model>
  1357. <frontend_model>Smartwave\Porto\Block\System\Config\Form\Field\Color</frontend_model>
  1358. <depends>
  1359. <field id="custom">1</field>
  1360. </depends>
  1361. </field>
  1362. <field id="header_menu_label2_font_color" translate="label comment" type="text" sortOrder="344" showInDefault="1" showInWebsite="1" showInStore="1">
  1363. <label>Label2 Font Color</label>
  1364. <backend_model>Smartwave\Porto\Model\Config\Backend\Design\Color\Validatetransparent</backend_model>
  1365. <frontend_model>Smartwave\Porto\Block\System\Config\Form\Field\Color</frontend_model>
  1366. <depends>
  1367. <field id="custom">1</field>
  1368. </depends>
  1369. </field>
  1370. <field id="header_menu_label3_bg_color" translate="label comment" type="text" sortOrder="345" showInDefault="1" showInWebsite="1" showInStore="1">
  1371. <label>Label3 Background Color</label>
  1372. <backend_model>Smartwave\Porto\Model\Config\Backend\Design\Color\Validatetransparent</backend_model>
  1373. <frontend_model>Smartwave\Porto\Block\System\Config\Form\Field\Color</frontend_model>
  1374. <depends>
  1375. <field id="custom">1</field>
  1376. </depends>
  1377. </field>
  1378. <field id="header_menu_label3_font_color" translate="label comment" type="text" sortOrder="346" showInDefault="1" showInWebsite="1" showInStore="1">
  1379. <label>Label3 Font Color</label>
  1380. <backend_model>Smartwave\Porto\Model\Config\Backend\Design\Color\Validatetransparent</backend_model>
  1381. <frontend_model>Smartwave\Porto\Block\System\Config\Form\Field\Color</frontend_model>
  1382. <depends>
  1383. <field id="custom">1</field>
  1384. </depends>
  1385. </field>
  1386. <field id="header_search_heading" translate="label comment" sortOrder="400" showInDefault="1" showInWebsite="1" showInStore="1">
  1387. <label>Header - Searchbox</label>
  1388. <frontend_model>Magento\Config\Block\System\Config\Form\Field\Heading</frontend_model>
  1389. <depends>
  1390. <field id="custom">1</field>
  1391. </depends>
  1392. </field>
  1393. <field id="header_search_bgcolor" translate="label comment" type="text" sortOrder="410" showInDefault="1" showInWebsite="1" showInStore="1">
  1394. <label>Background Color</label>
  1395. <backend_model>Smartwave\Porto\Model\Config\Backend\Design\Color\Validatetransparent</backend_model>
  1396. <frontend_model>Smartwave\Porto\Block\System\Config\Form\Field\Color</frontend_model>
  1397. <depends>
  1398. <field id="custom">1</field>
  1399. </depends>
  1400. </field>
  1401. <field id="header_search_text_color" translate="label comment" type="text" sortOrder="440" showInDefault="1" showInWebsite="1" showInStore="1">
  1402. <label>Search Text Font Color</label>
  1403. <backend_model>Smartwave\Porto\Model\Config\Backend\Design\Color\Validatetransparent</backend_model>
  1404. <frontend_model>Smartwave\Porto\Block\System\Config\Form\Field\Color</frontend_model>
  1405. <depends>
  1406. <field id="custom">1</field>
  1407. </depends>
  1408. </field>
  1409. <field id="header_search_bordercolor" translate="label comment" type="text" sortOrder="450" showInDefault="1" showInWebsite="1" showInStore="1">
  1410. <label>Border Color</label>
  1411. <backend_model>Smartwave\Porto\Model\Config\Backend\Design\Color\Validatetransparent</backend_model>
  1412. <frontend_model>Smartwave\Porto\Block\System\Config\Form\Field\Color</frontend_model>
  1413. <depends>
  1414. <field id="custom">1</field>
  1415. </depends>
  1416. </field>
  1417. <field id="header_minicart_heading" translate="label comment" sortOrder="500" showInDefault="1" showInWebsite="1" showInStore="1">
  1418. <label>Header - Mini Cart</label>
  1419. <frontend_model>Magento\Config\Block\System\Config\Form\Field\Heading</frontend_model>
  1420. <depends>
  1421. <field id="custom">1</field>
  1422. </depends>
  1423. </field>
  1424. <field id="header_minicart_bgcolor" translate="label comment" type="text" sortOrder="510" showInDefault="1" showInWebsite="1" showInStore="1">
  1425. <label>Background Color</label>
  1426. <backend_model>Smartwave\Porto\Model\Config\Backend\Design\Color\Validatetransparent</backend_model>
  1427. <frontend_model>Smartwave\Porto\Block\System\Config\Form\Field\Color</frontend_model>
  1428. <depends>
  1429. <field id="custom">1</field>
  1430. </depends>
  1431. </field>
  1432. <field id="header_minicart_color" translate="label comment" type="text" sortOrder="520" showInDefault="1" showInWebsite="1" showInStore="1">
  1433. <label>Font Color</label>
  1434. <backend_model>Smartwave\Porto\Model\Config\Backend\Design\Color\Validatetransparent</backend_model>
  1435. <frontend_model>Smartwave\Porto\Block\System\Config\Form\Field\Color</frontend_model>
  1436. <depends>
  1437. <field id="custom">1</field>
  1438. </depends>
  1439. </field>
  1440. <field id="header_minicart_icon_color" translate="label comment" type="text" sortOrder="530" showInDefault="1" showInWebsite="1" showInStore="1">
  1441. <label>Icon Color</label>
  1442. <backend_model>Smartwave\Porto\Model\Config\Backend\Design\Color\Validatetransparent</backend_model>
  1443. <frontend_model>Smartwave\Porto\Block\System\Config\Form\Field\Color</frontend_model>
  1444. <depends>
  1445. <field id="custom">1</field>
  1446. </depends>
  1447. </field>
  1448. </group>
  1449. <group id="footer" translate="label" sortOrder="500" showInDefault="1" showInWebsite="1" showInStore="1">
  1450. <label>Footer</label>
  1451. <field id="custom" translate="label comment" type="select" sortOrder="10" showInDefault="1" showInWebsite="1" showInStore="1">
  1452. <label>Custom</label>
  1453. <source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
  1454. </field>
  1455. <field id="footer_top_heading" translate="label comment" sortOrder="100" showInDefault="1" showInWebsite="1" showInStore="1">
  1456. <label>Footer - Top</label>
  1457. <frontend_model>Magento\Config\Block\System\Config\Form\Field\Heading</frontend_model>
  1458. <depends>
  1459. <field id="custom">1</field>
  1460. </depends>
  1461. </field>
  1462. <field id="footer_top_bgcolor" translate="label comment" type="text" sortOrder="110" showInDefault="1" showInWebsite="1" showInStore="1">
  1463. <label>Background Color</label>
  1464. <backend_model>Smartwave\Porto\Model\Config\Backend\Design\Color\Validatetransparent</backend_model>
  1465. <frontend_model>Smartwave\Porto\Block\System\Config\Form\Field\Color</frontend_model>
  1466. <depends>
  1467. <field id="custom">1</field>
  1468. </depends>
  1469. </field>
  1470. <field id="footer_top_color" translate="label comment" type="text" sortOrder="120" showInDefault="1" showInWebsite="1" showInStore="1">
  1471. <label>Text Font Color</label>
  1472. <backend_model>Smartwave\Porto\Model\Config\Backend\Design\Color\Validatetransparent</backend_model>
  1473. <frontend_model>Smartwave\Porto\Block\System\Config\Form\Field\Color</frontend_model>
  1474. <depends>
  1475. <field id="custom">1</field>
  1476. </depends>
  1477. </field>
  1478. <field id="footer_top_link_color" translate="label comment" type="text" sortOrder="130" showInDefault="1" showInWebsite="1" showInStore="1">
  1479. <label>Links Color</label>
  1480. <backend_model>Smartwave\Porto\Model\Config\Backend\Design\Color\Validatetransparent</backend_model>
  1481. <frontend_model>Smartwave\Porto\Block\System\Config\Form\Field\Color</frontend_model>
  1482. <depends>
  1483. <field id="custom">1</field>
  1484. </depends>
  1485. </field>
  1486. <field id="footer_top_link_hover_color" translate="label comment" type="text" sortOrder="140" showInDefault="1" showInWebsite="1" showInStore="1">
  1487. <label>Links Hover Color</label>
  1488. <backend_model>Smartwave\Porto\Model\Config\Backend\Design\Color\Validatetransparent</backend_model>
  1489. <frontend_model>Smartwave\Porto\Block\System\Config\Form\Field\Color</frontend_model>
  1490. <depends>
  1491. <field id="custom">1</field>
  1492. </depends>
  1493. </field>
  1494. <field id="footer_middle_heading" translate="label comment" sortOrder="200" showInDefault="1" showInWebsite="1" showInStore="1">
  1495. <label>Footer - Middle</label>
  1496. <frontend_model>Magento\Config\Block\System\Config\Form\Field\Heading</frontend_model>
  1497. <depends>
  1498. <field id="custom">1</field>
  1499. </depends>
  1500. </field>
  1501. <field id="footer_middle_bgcolor" translate="label comment" type="text" sortOrder="210" showInDefault="1" showInWebsite="1" showInStore="1">
  1502. <label>Background Color</label>
  1503. <backend_model>Smartwave\Porto\Model\Config\Backend\Design\Color\Validatetransparent</backend_model>
  1504. <frontend_model>Smartwave\Porto\Block\System\Config\Form\Field\Color</frontend_model>
  1505. <depends>
  1506. <field id="custom">1</field>
  1507. </depends>
  1508. </field>
  1509. <field id="footer_middle_color" translate="label comment" type="text" sortOrder="220" showInDefault="1" showInWebsite="1" showInStore="1">
  1510. <label>Text Font Color</label>
  1511. <backend_model>Smartwave\Porto\Model\Config\Backend\Design\Color\Validatetransparent</backend_model>
  1512. <frontend_model>Smartwave\Porto\Block\System\Config\Form\Field\Color</frontend_model>
  1513. <depends>
  1514. <field id="custom">1</field>
  1515. </depends>
  1516. </field>
  1517. <field id="footer_middle_link_color" translate="label comment" type="text" sortOrder="230" showInDefault="1" showInWebsite="1" showInStore="1">
  1518. <label>Links Color</label>
  1519. <backend_model>Smartwave\Porto\Model\Config\Backend\Design\Color\Validatetransparent</backend_model>
  1520. <frontend_model>Smartwave\Porto\Block\System\Config\Form\Field\Color</frontend_model>
  1521. <depends>
  1522. <field id="custom">1</field>
  1523. </depends>
  1524. </field>
  1525. <field id="footer_middle_link_hover_color" translate="label comment" type="text" sortOrder="240" showInDefault="1" showInWebsite="1" showInStore="1">
  1526. <label>Links Hover Color</label>
  1527. <backend_model>Smartwave\Porto\Model\Config\Backend\Design\Color\Validatetransparent</backend_model>
  1528. <frontend_model>Smartwave\Porto\Block\System\Config\Form\Field\Color</frontend_model>
  1529. <depends>
  1530. <field id="custom">1</field>
  1531. </depends>
  1532. </field>
  1533. <field id="footer_middle_title_color" translate="label comment" type="text" sortOrder="250" showInDefault="1" showInWebsite="1" showInStore="1">
  1534. <label>Block Title Color</label>
  1535. <backend_model>Smartwave\Porto\Model\Config\Backend\Design\Color\Validatetransparent</backend_model>
  1536. <frontend_model>Smartwave\Porto\Block\System\Config\Form\Field\Color</frontend_model>
  1537. <depends>
  1538. <field id="custom">1</field>
  1539. </depends>
  1540. </field>
  1541. <field id="footer_middle_links_icon_color" translate="label comment" type="text" sortOrder="260" showInDefault="1" showInWebsite="1" showInStore="1">
  1542. <label>Links Icon Color</label>
  1543. <backend_model>Smartwave\Porto\Model\Config\Backend\Design\Color\Validatetransparent</backend_model>
  1544. <frontend_model>Smartwave\Porto\Block\System\Config\Form\Field\Color</frontend_model>
  1545. <depends>
  1546. <field id="custom">1</field>
  1547. </depends>
  1548. </field>
  1549. <field id="footer_middle_ribbon_bgcolor" translate="label comment" type="text" sortOrder="270" showInDefault="1" showInWebsite="1" showInStore="1">
  1550. <label>Ribbon Background Color</label>
  1551. <backend_model>Smartwave\Porto\Model\Config\Backend\Design\Color\Validatetransparent</backend_model>
  1552. <frontend_model>Smartwave\Porto\Block\System\Config\Form\Field\Color</frontend_model>
  1553. <depends>
  1554. <field id="custom">1</field>
  1555. </depends>
  1556. </field>
  1557. <field id="footer_middle_ribbon_shadow_color" translate="label comment" type="text" sortOrder="280" showInDefault="1" showInWebsite="1" showInStore="1">
  1558. <label>Ribbon Shadow Color</label>
  1559. <backend_model>Smartwave\Porto\Model\Config\Backend\Design\Color\Validatetransparent</backend_model>
  1560. <frontend_model>Smartwave\Porto\Block\System\Config\Form\Field\Color</frontend_model>
  1561. <depends>
  1562. <field id="custom">1</field>
  1563. </depends>
  1564. </field>
  1565. <field id="footer_middle_ribbon_color" translate="label comment" type="text" sortOrder="290" showInDefault="1" showInWebsite="1" showInStore="1">
  1566. <label>Ribbon Text Font Color</label>
  1567. <backend_model>Smartwave\Porto\Model\Config\Backend\Design\Color\Validatetransparent</backend_model>
  1568. <frontend_model>Smartwave\Porto\Block\System\Config\Form\Field\Color</frontend_model>
  1569. <depends>
  1570. <field id="custom">1</field>
  1571. </depends>
  1572. </field>
  1573. <field id="footer_middle_2_heading" translate="label comment" sortOrder="300" showInDefault="1" showInWebsite="1" showInStore="1">
  1574. <label>Footer - Middle 2nd Row</label>
  1575. <frontend_model>Magento\Config\Block\System\Config\Form\Field\Heading</frontend_model>
  1576. <depends>
  1577. <field id="custom">1</field>
  1578. </depends>
  1579. </field>
  1580. <field id="footer_middle_2_bgcolor" translate="label comment" type="text" sortOrder="310" showInDefault="1" showInWebsite="1" showInStore="1">
  1581. <label>Background Color</label>
  1582. <backend_model>Smartwave\Porto\Model\Config\Backend\Design\Color\Validatetransparent</backend_model>
  1583. <frontend_model>Smartwave\Porto\Block\System\Config\Form\Field\Color</frontend_model>
  1584. <depends>
  1585. <field id="custom">1</field>
  1586. </depends>
  1587. </field>
  1588. <field id="footer_middle_2_color" translate="label comment" type="text" sortOrder="320" showInDefault="1" showInWebsite="1" showInStore="1">
  1589. <label>Text Font Color</label>
  1590. <backend_model>Smartwave\Porto\Model\Config\Backend\Design\Color\Validatetransparent</backend_model>
  1591. <frontend_model>Smartwave\Porto\Block\System\Config\Form\Field\Color</frontend_model>
  1592. <depends>
  1593. <field id="custom">1</field>
  1594. </depends>
  1595. </field>
  1596. <field id="footer_middle_2_link_color" translate="label comment" type="text" sortOrder="330" showInDefault="1" showInWebsite="1" showInStore="1">
  1597. <label>Links Color</label>
  1598. <backend_model>Smartwave\Porto\Model\Config\Backend\Design\Color\Validatetransparent</backend_model>
  1599. <frontend_model>Smartwave\Porto\Block\System\Config\Form\Field\Color</frontend_model>
  1600. <depends>
  1601. <field id="custom">1</field>
  1602. </depends>
  1603. </field>
  1604. <field id="footer_middle_2_link_hover_color" translate="label comment" type="text" sortOrder="340" showInDefault="1" showInWebsite="1" showInStore="1">
  1605. <label>Links Hover Color</label>
  1606. <backend_model>Smartwave\Porto\Model\Config\Backend\Design\Color\Validatetransparent</backend_model>
  1607. <frontend_model>Smartwave\Porto\Block\System\Config\Form\Field\Color</frontend_model>
  1608. <depends>
  1609. <field id="custom">1</field>
  1610. </depends>
  1611. </field>
  1612. <field id="footer_middle_2_title_color" translate="label comment" type="text" sortOrder="350" showInDefault="1" showInWebsite="1" showInStore="1">
  1613. <label>Block Title Color</label>
  1614. <backend_model>Smartwave\Porto\Model\Config\Backend\Design\Color\Validatetransparent</backend_model>
  1615. <frontend_model>Smartwave\Porto\Block\System\Config\Form\Field\Color</frontend_model>
  1616. <depends>
  1617. <field id="custom">1</field>
  1618. </depends>
  1619. </field>
  1620. <field id="footer_middle_2_links_icon_color" translate="label comment" type="text" sortOrder="360" showInDefault="1" showInWebsite="1" showInStore="1">
  1621. <label>Links Icon Color</label>
  1622. <backend_model>Smartwave\Porto\Model\Config\Backend\Design\Color\Validatetransparent</backend_model>
  1623. <frontend_model>Smartwave\Porto\Block\System\Config\Form\Field\Color</frontend_model>
  1624. <depends>
  1625. <field id="custom">1</field>
  1626. </depends>
  1627. </field>
  1628. <field id="footer_bottom_heading" translate="label comment" sortOrder="400" showInDefault="1" showInWebsite="1" showInStore="1">
  1629. <label>Footer - Bottom</label>
  1630. <frontend_model>Magento\Config\Block\System\Config\Form\Field\Heading</frontend_model>
  1631. <depends>
  1632. <field id="custom">1</field>
  1633. </depends>
  1634. </field>
  1635. <field id="footer_bottom_bgcolor" translate="label comment" type="text" sortOrder="410" showInDefault="1" showInWebsite="1" showInStore="1">
  1636. <label>Background Color</label>
  1637. <backend_model>Smartwave\Porto\Model\Config\Backend\Design\Color\Validatetransparent</backend_model>
  1638. <frontend_model>Smartwave\Porto\Block\System\Config\Form\Field\Color</frontend_model>
  1639. <depends>
  1640. <field id="custom">1</field>
  1641. </depends>
  1642. </field>
  1643. <field id="footer_bottom_color" translate="label comment" type="text" sortOrder="420" showInDefault="1" showInWebsite="1" showInStore="1">
  1644. <label>Text Font Color</label>
  1645. <backend_model>Smartwave\Porto\Model\Config\Backend\Design\Color\Validatetransparent</backend_model>
  1646. <frontend_model>Smartwave\Porto\Block\System\Config\Form\Field\Color</frontend_model>
  1647. <depends>
  1648. <field id="custom">1</field>
  1649. </depends>
  1650. </field>
  1651. <field id="footer_bottom_link_color" translate="label comment" type="text" sortOrder="430" showInDefault="1" showInWebsite="1" showInStore="1">
  1652. <label>Links Color</label>
  1653. <backend_model>Smartwave\Porto\Model\Config\Backend\Design\Color\Validatetransparent</backend_model>
  1654. <frontend_model>Smartwave\Porto\Block\System\Config\Form\Field\Color</frontend_model>
  1655. <depends>
  1656. <field id="custom">1</field>
  1657. </depends>
  1658. </field>
  1659. <field id="footer_bottom_link_hover_color" translate="label comment" type="text" sortOrder="440" showInDefault="1" showInWebsite="1" showInStore="1">
  1660. <label>Links Hover Color</label>
  1661. <backend_model>Smartwave\Porto\Model\Config\Backend\Design\Color\Validatetransparent</backend_model>
  1662. <frontend_model>Smartwave\Porto\Block\System\Config\Form\Field\Color</frontend_model>
  1663. <depends>
  1664. <field id="custom">1</field>
  1665. </depends>
  1666. </field>
  1667. </group>
  1668. <group id="page" translate="label" sortOrder="600" showInDefault="1" showInWebsite="1" showInStore="1">
  1669. <label>Page Wrapper</label>
  1670. <field id="custom" translate="label comment" type="select" sortOrder="10" showInDefault="1" showInWebsite="1" showInStore="1">
  1671. <label>Custom</label>
  1672. <source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
  1673. </field>
  1674. <field id="page_bgcolor" translate="label comment" type="text" sortOrder="100" showInDefault="1" showInWebsite="1" showInStore="1">
  1675. <label>Background Color</label>
  1676. <backend_model>Smartwave\Porto\Model\Config\Backend\Design\Color\Validatetransparent</backend_model>
  1677. <frontend_model>Smartwave\Porto\Block\System\Config\Form\Field\Color</frontend_model>
  1678. <depends>
  1679. <field id="custom">1</field>
  1680. </depends>
  1681. </field>
  1682. <field id="page_bg_image" translate="label" type="image" sortOrder="110" showInDefault="1" showInWebsite="1" showInStore="1">
  1683. <label>Background Image</label>
  1684. <comment>Allowed file types:PNG, GIF, JPG, JPEG.</comment>
  1685. <backend_model>Smartwave\Porto\Model\Config\Backend\Image\Page</backend_model>
  1686. <base_url type="media" scope_info="1">porto/page_bg</base_url>
  1687. <depends>
  1688. <field id="custom">1</field>
  1689. </depends>
  1690. </field>
  1691. <field id="page_custom_style" translate="label comment" type="textarea" sortOrder="120" showInDefault="1" showInWebsite="1" showInStore="1">
  1692. <label>Custom Style</label>
  1693. <comment><![CDATA[Type in your custom styles , e.g.:<br/>
  1694. <em>&nbsp;&nbsp;&nbsp;&nbsp;background-repeat: no-repeat;<br/>&nbsp;&nbsp;&nbsp;&nbsp;background-size: cover;<br/>&nbsp;&nbsp;&nbsp;&nbsp;background-attachment: fixed;</em>
  1695. ]]></comment>
  1696. <depends>
  1697. <field id="custom">1</field>
  1698. </depends>
  1699. </field>
  1700. </group>
  1701. <group id="main" translate="label" sortOrder="700" showInDefault="1" showInWebsite="1" showInStore="1">
  1702. <label>Main Content</label>
  1703. <field id="custom" translate="label comment" type="select" sortOrder="10" showInDefault="1" showInWebsite="1" showInStore="1">
  1704. <label>Custom</label>
  1705. <source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
  1706. </field>
  1707. <field id="main_bgcolor" translate="label comment" type="text" sortOrder="100" showInDefault="1" showInWebsite="1" showInStore="1">
  1708. <label>Background Color</label>
  1709. <backend_model>Smartwave\Porto\Model\Config\Backend\Design\Color\Validatetransparent</backend_model>
  1710. <frontend_model>Smartwave\Porto\Block\System\Config\Form\Field\Color</frontend_model>
  1711. <depends>
  1712. <field id="custom">1</field>
  1713. </depends>
  1714. </field>
  1715. <field id="main_bg_image" translate="label" type="image" sortOrder="110" showInDefault="1" showInWebsite="1" showInStore="1">
  1716. <label>Background Image</label>
  1717. <comment>Allowed file types:PNG, GIF, JPG, JPEG.</comment>
  1718. <backend_model>Smartwave\Porto\Model\Config\Backend\Image\Main</backend_model>
  1719. <base_url type="media" scope_info="1">porto/main_bg</base_url>
  1720. <depends>
  1721. <field id="custom">1</field>
  1722. </depends>
  1723. </field>
  1724. <field id="main_custom_style" translate="label comment" type="textarea" sortOrder="120" showInDefault="1" showInWebsite="1" showInStore="1">
  1725. <label>Custom Style</label>
  1726. <comment><![CDATA[Type in your custom styles , e.g.:<br/>
  1727. <em>&nbsp;&nbsp;&nbsp;&nbsp;background-repeat: no-repeat;<br/>&nbsp;&nbsp;&nbsp;&nbsp;background-size: cover;<br/>&nbsp;&nbsp;&nbsp;&nbsp;background-attachment: fixed;</em>
  1728. ]]></comment>
  1729. <depends>
  1730. <field id="custom">1</field>
  1731. </depends>
  1732. </field>
  1733. </group>
  1734. </section>
  1735. <section id="porto_license" translate="label" sortOrder="30" showInDefault="1" showInWebsite="0" showInStore="0">
  1736. <label>Activate Theme</label>
  1737. <tab>smartwave_porto</tab>
  1738. <resource>Smartwave_Porto::config</resource>
  1739. <group id="general" translate="label" sortOrder="100" showInDefault="1" showInWebsite="0" showInStore="0">
  1740. <label>General</label>
  1741. <field id="purchase_code" translate="label comment" type="text" sortOrder="10" showInDefault="1" showInWebsite="0" showInStore="0">
  1742. <label>Purchase Code</label>
  1743. </field>
  1744. <field id="purchase_code_confirm" translate="label comment" type="hidden" sortOrder="20" showInDefault="0" showInWebsite="0" showInStore="0">
  1745. <label>Purchase Code Confirm</label>
  1746. </field>
  1747. </group>
  1748. </section>
  1749. </system>
  1750. </config>