You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

43 lines
1.3 KiB

  1. <?xml version="1.0"?>
  2. <!--
  3. /**
  4. * Copyright © Magento, Inc. 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_Store:etc/config.xsd">
  9. <default>
  10. <wishlist>
  11. <general>
  12. <active>1</active>
  13. <show_in_sidebar>1</show_in_sidebar>
  14. </general>
  15. <email>
  16. <email_identity>general</email_identity>
  17. <email_template>wishlist_email_email_template</email_template>
  18. <number_limit>10</number_limit>
  19. <text_limit>255</text_limit>
  20. </email>
  21. <wishlist_link>
  22. <use_qty>0</use_qty>
  23. </wishlist_link>
  24. </wishlist>
  25. <captcha translate="label">
  26. <frontend>
  27. <areas>
  28. <share_wishlist_form>
  29. <label>Share Wishlist Form</label>
  30. </share_wishlist_form>
  31. </areas>
  32. </frontend>
  33. </captcha>
  34. <customer>
  35. <captcha>
  36. <shown_to_logged_in_user>
  37. <share_wishlist_form>1</share_wishlist_form>
  38. </shown_to_logged_in_user>
  39. </captcha>
  40. </customer>
  41. </default>
  42. </config>