mirror of
https://github.com/Lissy93/dashy.git
synced 2025-07-25 14:44:49 +02:00
🗃️ Updates schema with new clipboard option
This commit is contained in:
parent
cd0673013b
commit
ddf105ee65
@ -84,7 +84,8 @@
|
|||||||
"parent",
|
"parent",
|
||||||
"top",
|
"top",
|
||||||
"modal",
|
"modal",
|
||||||
"workspace"
|
"workspace",
|
||||||
|
"clipboard"
|
||||||
],
|
],
|
||||||
"default": "newtab",
|
"default": "newtab",
|
||||||
"description": "The default opening method for items. Only used if no item.target is specified"
|
"description": "The default opening method for items. Only used if no item.target is specified"
|
||||||
@ -624,7 +625,6 @@
|
|||||||
"title": "Show for Groups",
|
"title": "Show for Groups",
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"description": "Section will be hidden from all users except those with one or more of these groups",
|
"description": "Section will be hidden from all users except those with one or more of these groups",
|
||||||
|
|
||||||
"items": {
|
"items": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "Name of the group that will be able to view this section"
|
"description": "Name of the group that will be able to view this section"
|
||||||
@ -651,7 +651,6 @@
|
|||||||
"title": "Hide for Groups",
|
"title": "Hide for Groups",
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"description": "Section will be hidden from users with any of these groups",
|
"description": "Section will be hidden from users with any of these groups",
|
||||||
|
|
||||||
"items": {
|
"items": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "name of the group that will not be able to view this section"
|
"description": "name of the group that will not be able to view this section"
|
||||||
@ -712,7 +711,8 @@
|
|||||||
"parent",
|
"parent",
|
||||||
"top",
|
"top",
|
||||||
"modal",
|
"modal",
|
||||||
"workspace"
|
"workspace",
|
||||||
|
"clipboard"
|
||||||
],
|
],
|
||||||
"default": "newtab",
|
"default": "newtab",
|
||||||
"description": "Where / how the item is opened when it's clicked"
|
"description": "Where / how the item is opened when it's clicked"
|
||||||
@ -796,4 +796,4 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user