mirror of
https://git.code.sf.net/p/seeddms/code
synced 2024-11-26 15:32:13 +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',
|
||||
'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(
|
||||
'depends' => array('php' => '5.4.4-', 'seeddms' => '4.3.0-'),
|
||||
|
|
Loading…
Reference in New Issue
Block a user