| Current Path : /home/rtorresani/www/dev/tests/integration/testsuite/Magento/Config/Model/_files/ |
| Current File : //home/rtorresani/www/dev/tests/integration/testsuite/Magento/Config/Model/_files/config_groups.php |
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
return [
[
'groups' => [
'restrict' => ['fields' => ['allow_ips' => ['value' => '']]],
'debug' => [
'fields' => [
'template_hints_admin' => ['value' => '0'],
'template_hints_blocks' => ['value' => '0'],
],
],
],
]
];