Created
March 29, 2021 14:03
-
-
Save genakim/e31ac331dec41bea0618903a1d7f8240 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/*************************************************************************** | |
* * | |
* (c) 2004 Vladimir V. Kalynyak, Alexey V. Vinokurov, Ilya M. Shalnev * | |
* * | |
* This is commercial software, only users who have purchased a valid * | |
* license and accept to the terms of the License Agreement can install * | |
* and use this program. * | |
* * | |
**************************************************************************** | |
* PLEASE READ THE FULL TEXT OF THE SOFTWARE LICENSE AGREEMENT IN THE * | |
* "copyright.txt" FILE PROVIDED WITH THIS DISTRIBUTION PACKAGE. * | |
****************************************************************************/ | |
defined('BOOTSTRAP') or die('Access denied'); | |
/** | |
* @var array<string, array> $schema | |
*/ | |
$schema['commerceml'] = [ | |
'allow' => true, | |
'areas' => ['C'] | |
]; | |
return $schema; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
1-28519