mirror of
https://github.com/Snigdha-OS/snigdhaos-pkgbuilds.git
synced 2025-09-23 13:05:00 +02:00

Some checks are pending
Check Conventional Commit / check-commit-message (push) Waiting to run
22 lines
854 B
JSON
22 lines
854 B
JSON
{
|
|
"type": "object",
|
|
"properties": {
|
|
"allowedDocsOfflineDomains": {
|
|
"type": "array",
|
|
"items": {
|
|
"type": "string"
|
|
},
|
|
"title": "Allow users to enable Docs offline for the specified managed domains.",
|
|
"description": "Users on managed devices will be able to enable docs offline if they are part of the specified managed domains."
|
|
},
|
|
"autoEnabledDocsOfflineDomains": {
|
|
"type": "array",
|
|
"items": {
|
|
"type": "string"
|
|
},
|
|
"title": "Auto enable Docs offline for the specified managed domains in certain eligible situations.",
|
|
"description": "Users on managed devices, in certain eligible situations, will be able to automatically access and edit recent files offline for the managed domains set in this property. They can still disable it from Drive settings."
|
|
}
|
|
}
|
|
}
|