mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-09 04:56:06 +00:00
turn off example extension
This commit is contained in:
parent
ff0a08c6a3
commit
590fc0c957
|
@ -2,7 +2,7 @@
|
||||||
$EXT_CONF['example'] = array(
|
$EXT_CONF['example'] = array(
|
||||||
'title' => 'Example Extension',
|
'title' => 'Example Extension',
|
||||||
'description' => 'This sample extension demonstrate the use of various hooks',
|
'description' => 'This sample extension demonstrate the use of various hooks',
|
||||||
'disable' => false,
|
'disable' => true,
|
||||||
'version' => '1.0.1',
|
'version' => '1.0.1',
|
||||||
'releasedate' => '2018-03-21',
|
'releasedate' => '2018-03-21',
|
||||||
'author' => array('name'=>'Uwe Steinmann', 'email'=>'uwe@steinmann.cx', 'company'=>'MMK GmbH'),
|
'author' => array('name'=>'Uwe Steinmann', 'email'=>'uwe@steinmann.cx', 'company'=>'MMK GmbH'),
|
||||||
|
|
Loading…
Reference in New Issue
Block a user