+ Add an access control field.
This commit is contained in:
@@ -44,3 +44,8 @@ $fields->field('RD')
|
||||
$fields->field('desc')
|
||||
->width('full')
|
||||
->control('editor');
|
||||
|
||||
$fields->field('acl')
|
||||
->foldable()
|
||||
->width('full')
|
||||
->control(array('type' => 'aclBox', 'aclItems' => data('fields.acl.options'), 'whitelistLabel' => $lang->product->whitelist, 'groupLabel' => $lang->product->groups, 'groupItems' => data('fields.groups.options'), 'userLabel' => $lang->product->users, 'userItems' => data('fields.whitelist.options')));
|
||||
|
||||
Reference in New Issue
Block a user