Skip to content

Commit

Permalink
settings schema update.
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinJump committed Jan 9, 2025
1 parent 3164dbb commit 14fd615
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions uSync.BackOffice.Targets/appsettings-schema.usync.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,16 @@
"type": "boolean",
"description": "when locked you can't make changes to anything that is in the root"
},
"StopFile": {
"type": "string",
"description": "location of the stop file (relative to the uSync folder)\n ",
"default": "usync.stop"
},
"OnceFile": {
"type": "string",
"description": "location of the once file (relative to the uSync folder)\n ",
"default": "usync.once"
},
"LockRootTypes": {
"type": "array",
"description": "lock specific types at root so they can't be changed in child sites. \n ",
Expand Down

0 comments on commit 14fd615

Please sign in to comment.