mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-09 13:06:14 +00:00
add examples for group and attributedefinition selection
This commit is contained in:
parent
f361fe4fdc
commit
ee88a9691c
|
@ -35,6 +35,18 @@ $EXT_CONF['example'] = array(
|
||||||
'internal'=>'users',
|
'internal'=>'users',
|
||||||
'multiple' => true,
|
'multiple' => true,
|
||||||
),
|
),
|
||||||
|
'groups' => array(
|
||||||
|
'title'=>'Example select menu from groups',
|
||||||
|
'type'=>'select',
|
||||||
|
'internal'=>'groups',
|
||||||
|
'multiple' => true,
|
||||||
|
),
|
||||||
|
'attributedefinitions' => array(
|
||||||
|
'title'=>'Example select menu from attribute definitions',
|
||||||
|
'type'=>'select',
|
||||||
|
'internal'=>'attributedefinitions',
|
||||||
|
'multiple' => true,
|
||||||
|
),
|
||||||
),
|
),
|
||||||
'constraints' => array(
|
'constraints' => array(
|
||||||
'depends' => array('php' => '5.4.4-', 'seeddms' => '4.3.0-'),
|
'depends' => array('php' => '5.4.4-', 'seeddms' => '4.3.0-'),
|
||||||
|
|
Loading…
Reference in New Issue
Block a user