Files
CELESTIFYX 08abac9e7d
Some checks are pending
Check Conventional Commit / check-commit-message (push) Waiting to run
Refactoring repository...
2025-01-14 19:02:06 +02:00

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."
}
}
}