Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
 
 

25 строки
935 B

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. /**
  4. * Copyright © Magento, Inc. All rights reserved.
  5. * See COPYING.txt for license details.
  6. */
  7. -->
  8. <entities xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  9. xsi:noNamespaceSchemaLocation="urn:magento:mftf:DataGenerator/etc/dataProfileSchema.xsd">
  10. <entity name="BaseCurrencyRUBConfigData">
  11. <data key="path">currency/options/base</data>
  12. <data key="label">Russian Ruble</data>
  13. <data key="value">RUB</data>
  14. </entity>
  15. <entity name="CurrencyConverterApiKeyConfigData">
  16. <data key="path">currency/currencyconverterapi/api_key</data>
  17. <data key="value">{{_CREDS.magento/currency_currencyconverterapi_api_key}}</data>
  18. </entity>
  19. <entity name="DefaultCurrencyConverterApiKeyConfigData">
  20. <data key="path">currency/currencyconverterapi/api_key</data>
  21. <data key="value">''</data>
  22. </entity>
  23. </entities>