Skip to content

Instantly share code, notes, and snippets.

@genakim
Created March 29, 2021 14:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save genakim/e31ac331dec41bea0618903a1d7f8240 to your computer and use it in GitHub Desktop.
Save genakim/e31ac331dec41bea0618903a1d7f8240 to your computer and use it in GitHub Desktop.
<?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;
@genakim
Copy link
Author

genakim commented Mar 29, 2021

1-28519

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment