Your IP : 216.73.216.43


Current Path : /home/rtorresani/www/dev/tests/integration/testsuite/Magento/Config/Model/_files/
Upload File :
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'],
                ],
            ],
        ],
    ]
];