mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-04 00:18:01 +01:00
changed 'status' to 'enabled': true|false in mock data
This commit is contained in:
parent
4e8d42ff55
commit
dfec426501
@ -2,13 +2,13 @@ module.exports = [
|
||||
{
|
||||
"name": "featureX",
|
||||
"description": "the #1 feature",
|
||||
"status": "on",
|
||||
"enabled": true,
|
||||
"strategy": "default"
|
||||
},
|
||||
{
|
||||
"name": "featureY",
|
||||
"description": "soon to be the #1 feature",
|
||||
"status": "off",
|
||||
"enabled": false,
|
||||
"strategy": "baz",
|
||||
"parameters": {
|
||||
"foo": "bar"
|
||||
@ -17,7 +17,7 @@ module.exports = [
|
||||
{
|
||||
"name": "featureZ",
|
||||
"description": "terrible feature",
|
||||
"status": "on",
|
||||
"enabled": true,
|
||||
"strategy": "baz",
|
||||
"parameters": {
|
||||
"foo": "rab"
|
||||
|
Loading…
Reference in New Issue
Block a user