config.xml 801 B

123456789101112131415161718192021222324
  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. <general>
  11. <validator_data>
  12. <input_types>
  13. <text>text</text>
  14. <textarea>textarea</textarea>
  15. <texteditor>texteditor</texteditor>
  16. <date>date</date>
  17. <boolean>boolean</boolean>
  18. <multiselect>multiselect</multiselect>
  19. <select>select</select>
  20. </input_types>
  21. </validator_data>
  22. </general>
  23. </default>
  24. </config>