commit d2f12c2038c1f85665037ae89920d6a3b4499434
parent 1a413c662b63fa6ab47ec063f74928c44e0895a0
Author: Flor Chacón <14323496+florelis@users.noreply.github.com>
Date: Tue, 14 Feb 2023 11:47:38 -0800
Update settings.schema.0.2.json to include pinning feature (#2961)
Diffstat:
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/schemas/JSON/settings/settings.schema.0.2.json b/schemas/JSON/settings/settings.schema.0.2.json
@@ -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
}
}
}