system.xml 1.1 KB

1234567891011121314151617181920212223242526
  1. <?xml version="1.0"?>
  2. <!--
  3. /**
  4. * Representation of Webapi module in System Configuration (Magento admin panel).
  5. *
  6. * Copyright © Magento, Inc. All rights reserved.
  7. * See COPYING.txt for license details.
  8. */
  9. -->
  10. <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Config:etc/system_file.xsd">
  11. <system>
  12. <section id="webapi" translate="label" type="text" sortOrder="102" showInDefault="1" showInWebsite="1" showInStore="1">
  13. <label>Magento Web API</label>
  14. <tab>service</tab>
  15. <resource>Magento_Webapi::config_webapi</resource>
  16. <group id="soap" translate="label" type="text" sortOrder="1" showInDefault="1" showInWebsite="1" showInStore="1">
  17. <label>SOAP Settings</label>
  18. <field id="charset" translate="label comment" type="text" sortOrder="10" showInDefault="1" showInWebsite="1" showInStore="1">
  19. <label>Default Response Charset</label>
  20. <comment>If empty, UTF-8 will be used.</comment>
  21. </field>
  22. </group>
  23. </section>
  24. </system>
  25. </config>