config.xml 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637
  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. <sendfriend>
  11. <email>
  12. <enabled>1</enabled>
  13. <template>sendfriend_email_template</template>
  14. <allow_guest>0</allow_guest>
  15. <max_recipients>5</max_recipients>
  16. <max_per_hour>5</max_per_hour>
  17. <check_by>0</check_by>
  18. </email>
  19. </sendfriend>
  20. <captcha translate="label">
  21. <frontend>
  22. <areas>
  23. <product_sendtofriend_form>
  24. <label>Send To Friend Form</label>
  25. </product_sendtofriend_form>
  26. </areas>
  27. </frontend>
  28. </captcha>
  29. <customer>
  30. <captcha>
  31. <shown_to_logged_in_user>
  32. <product_sendtofriend_form>1</product_sendtofriend_form>
  33. </shown_to_logged_in_user>
  34. </captcha>
  35. </customer>
  36. </default>
  37. </config>