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

38 строки
1.5 KiB

  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_Config:etc/system_file.xsd">
  9. <system>
  10. <section id="dev">
  11. <resource>Magento_Config::dev</resource>
  12. <group id="debug">
  13. <field id="admin_adobe_ims_logging"
  14. translate="label"
  15. type="select"
  16. sortOrder="30"
  17. showInDefault="1"
  18. showInWebsite="0"
  19. showInStore="0">
  20. <label>Enable Logging for Admin Adobe IMS Module</label>
  21. <source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
  22. <config_path>adobe_ims/integration/logging_enabled</config_path>
  23. </field>
  24. </group>
  25. </section>
  26. <section id="admin">
  27. <group id="security">
  28. <field id="password_lifetime">
  29. <frontend_model>Magento\AdminAdobeIms\Block\Adminhtml\System\Config\Form\Field\Disabled</frontend_model>
  30. </field>
  31. <field id="password_is_forced">
  32. <frontend_model>Magento\AdminAdobeIms\Block\Adminhtml\System\Config\Form\Field\Disabled</frontend_model>
  33. </field>
  34. </group>
  35. </section>
  36. </system>
  37. </config>