Add recursivity to install profiles mechanism and a default "production" profile - refs #1483
parent
d46921717e
commit
8316506e8c
@ -1,11 +1,12 @@ |
|||||||
{ |
{ |
||||||
"id": 1, |
"id": 1, |
||||||
"name": "HR", |
"name": "HR", |
||||||
|
"parent": "prod", |
||||||
"params": [ |
"params": [ |
||||||
{ |
{ |
||||||
"variable": "show_link_bug_notification", |
"variable": "allow_skills_tool", |
||||||
"subkey": "", |
"subkey": "", |
||||||
"selected_value": "false" |
"selected_value": "true" |
||||||
} |
} |
||||||
] |
] |
||||||
} |
} |
@ -0,0 +1,11 @@ |
|||||||
|
{ |
||||||
|
"id": 1, |
||||||
|
"name": "Production", |
||||||
|
"params": [ |
||||||
|
{ |
||||||
|
"variable": "show_link_bug_notification", |
||||||
|
"subkey": "", |
||||||
|
"selected_value": "false" |
||||||
|
} |
||||||
|
] |
||||||
|
} |
Loading…
Reference in new issue