We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 50b182f + c8b8cce commit 86fbe33Copy full SHA for 86fbe33
1 file changed
contentcuration/contentcuration/static/feature_flags.json
@@ -8,6 +8,11 @@
8
"title": "Test development feature",
9
"description": "This no-op feature flag is excluded from non-dev environments",
10
"$env": "development"
11
+ },
12
+ "ai_feature":{
13
+ "type": "boolean",
14
+ "title":"Test AI feature",
15
+ "description": "Allow user access to AI features"
16
}
17
},
18
"examples": [
0 commit comments