Skip to content

Commit

Permalink
Update settings.schema.0.2.json to include pinning feature (#2961)
Browse files Browse the repository at this point in the history
  • Loading branch information
florelis authored Feb 14, 2023
1 parent 1a413c6 commit d2f12c2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions schemas/JSON/settings/settings.schema.0.2.json
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,11 @@
"description": "Enable argument to override upgrade behavior to UninstallPrevious",
"type": "boolean",
"default": false
},
"pinning": {
"description": "Enable support for package pinning",
"type": "boolean",
"default": false
}
}
}
Expand Down

0 comments on commit d2f12c2

Please sign in to comment.