mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
form: add new options as Tags
This commit is contained in:
parent
2337c343fd
commit
8c4ccfbce8
1 changed files with 1 additions and 1 deletions
|
@ -204,7 +204,7 @@ export function formatYunoHostArgument (arg) {
|
|||
props: defaultProps
|
||||
},
|
||||
{
|
||||
types: ['tags'],
|
||||
types: ['tags', 'users', 'groups', 'users_and_groups'],
|
||||
name: 'TagsItem',
|
||||
props: defaultProps.concat(['limit', 'placeholder', 'options:choices', 'tagIcon:icon']),
|
||||
callback: function () {
|
||||
|
|
Loading…
Reference in a new issue