summaryrefslogtreecommitdiff
path: root/config/admin/schema_inc.php
blob: 7d6bfb58f5f629f79038773f6ed193201ef71cb6 (plain)
1
2
3
4
5
6
7
<?php
global $gBitInstaller;

$gBitInstaller->registerPackageInfo( 'config', [
	'description' => "Configuration package contains site specific configuration that can override the core system templates and functionality. Themes are stored in this package which can be selected between.",
	'license' => '<a href="http://www.gnu.org/licenses/licenses.html#LGPL">LGPL</a>',
] );