Skip to content

Commit 3c1c673

Browse files
committed
Merge branch 'main' of github.com:Citizen-Knowledge-Graph/foerderfunke-react-app
2 parents 3a2c9a5 + 9b2b6e5 commit 3c1c673

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

public/assets/data/requirement-profiles/requirement-profiles.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
{
105105
"fileUrl": "https://raw.githubusercontent.com/Citizen-Knowledge-Graph/knowledge-base/main/beta/03-kinderzuschlag-v2.ttl",
106106
"rpUri": "https://foerderfunke.org/default#kinderzuschlag-v2",
107-
"behindFeatureFlag": "showMermaidRuleGraph"
107+
"behindFeatureFlag": "subindividuals"
108108
},
109109
{
110110
"fileUrl": "https://raw.githubusercontent.com/Citizen-Knowledge-Graph/knowledge-base/main/bielefeld/shacl/schwerbehindertenausweis.ttl",

src/featureFlags.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
const defaultFlags = {
2+
subindividuals: false,
23
showMermaidRuleGraph: true,
34
bielefunke: true
45
};
@@ -9,6 +10,7 @@ const getFeatureFlag = (flag) => {
910
};
1011

1112
const featureFlags = {
13+
subindividuals: getFeatureFlag('subindividuals'),
1214
showMermaidRuleGraph: getFeatureFlag('showMermaidRuleGraph'),
1315
bielefunke: getFeatureFlag('bielefunke')
1416
};

0 commit comments

Comments
 (0)