1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-09 00:18:00 +01:00

changed 'status' to 'enabled': true|false in mock data

This commit is contained in:
svelovla 2014-10-22 10:18:07 +02:00 committed by Ivar Conradi Østhus
parent 6967c03964
commit 4c003b7a20

View File

@ -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"