mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-08 20:46:05 +00:00
add better description
This commit is contained in:
parent
09cf9b27e1
commit
e6ac1ac68b
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
$EXT_CONF['example'] = array(
|
$EXT_CONF['example'] = array(
|
||||||
'title' => 'Example Extension',
|
'title' => 'Example Extension',
|
||||||
'description' => 'Example Extension',
|
'description' => 'This sample extension demonstrate the use of various hooks',
|
||||||
'version' => '1.0.0',
|
'version' => '1.0.0',
|
||||||
'author' => array('name'=>'Uwe Steinmann', 'email'=>'uwe@steinmann.cx', 'company'=>'MMK GmbH'),
|
'author' => array('name'=>'Uwe Steinmann', 'email'=>'uwe@steinmann.cx', 'company'=>'MMK GmbH'),
|
||||||
'constraints' => array(
|
'constraints' => array(
|
||||||
|
|
Loading…
Reference in New Issue
Block a user