Skip to content

Commit

Permalink
🔀 Merge pull request #1395 from jjmung/jjmung-patch-1
Browse files Browse the repository at this point in the history
Update ConfigSchema.json
  • Loading branch information
Lissy93 committed Nov 30, 2023
2 parents 737cf07 + 0ef0bf0 commit 945e8c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils/ConfigSchema.json
Original file line number Diff line number Diff line change
Expand Up @@ -505,13 +505,13 @@
"title": "Prevent saving config to disk",
"type": "boolean",
"default": false,
"description": "If set to true, no users will not be able to save config changes to disk through the UI"
"description": "If set to true, users will be prevented from saving config changes to disk through the UI"
},
"preventLocalSave": {
"title": "Prevent saving config to local storage",
"type": "boolean",
"default": false,
"description": "If set to true, no users will not be able to save config changes to the browser's local storage"
"description": "If set to true, users will be prevented from applying config changes to local storage"
},
"disableConfiguration": {
"title": "Disable all UI Config",
Expand Down

1 comment on commit 945e8c6

@vercel
Copy link

@vercel vercel bot commented on 945e8c6 Nov 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

dashy – ./

dashy-delta.vercel.app
dashy-alicia.vercel.app
dashy-git-master-alicia.vercel.app

Please sign in to comment.