From c8b8cce7c6d8682177093093c30caf3b75ae8606 Mon Sep 17 00:00:00 2001 From: akash5100 Date: Tue, 18 Apr 2023 22:04:12 +0530 Subject: [PATCH] add ai_feature flag to schema --- contentcuration/contentcuration/static/feature_flags.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/contentcuration/contentcuration/static/feature_flags.json b/contentcuration/contentcuration/static/feature_flags.json index 605261b96f..c5567d2451 100644 --- a/contentcuration/contentcuration/static/feature_flags.json +++ b/contentcuration/contentcuration/static/feature_flags.json @@ -8,6 +8,11 @@ "title": "Test development feature", "description": "This no-op feature flag is excluded from non-dev environments", "$env": "development" + }, + "ai_feature":{ + "type": "boolean", + "title":"Test AI feature", + "description": "Allow user access to AI features" } }, "examples": [