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.
 
 
 
 
 
 

23 lines
692 B

  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. <dev>
  11. <js>
  12. <session_storage_logging>0</session_storage_logging>
  13. <session_storage_key>collected_errors</session_storage_key>
  14. </js>
  15. </dev>
  16. <cms>
  17. <wysiwyg>
  18. <editor_version>mage/adminhtml/wysiwyg/tiny_mce/tinymce5Adapter</editor_version>
  19. </wysiwyg>
  20. </cms>
  21. </default>
  22. </config>