サウンド設定でドライブのファイルを利用可否をロールで制御可能に(デフォルトでオフ)
This commit is contained in:
parent
98f4b69418
commit
90e8b942a3
12 changed files with 53 additions and 5 deletions
|
@ -627,6 +627,10 @@ export const packedMeDetailedOnlySchema = {
|
|||
type: 'boolean',
|
||||
nullable: false, optional: false,
|
||||
},
|
||||
canUseDriveFileInSoundSettings: {
|
||||
type: 'boolean',
|
||||
nullable: false, optional: false,
|
||||
},
|
||||
canHideAds: {
|
||||
type: 'boolean',
|
||||
nullable: false, optional: false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue