mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
Finished gifsCard labs flag removal
refs 5aa08acd33
- removed the flag check in public config output
- fixes failing tests
This commit is contained in:
parent
3150c87935
commit
f91fc2add5
1 changed files with 2 additions and 5 deletions
|
@ -18,13 +18,10 @@ module.exports = {
|
|||
'stripeDirect',
|
||||
'mailgunIsConfigured',
|
||||
'emailAnalytics',
|
||||
'hostSettings'
|
||||
'hostSettings',
|
||||
'tenor'
|
||||
];
|
||||
|
||||
if (labs.isSet('gifsCard')) {
|
||||
keys.push('tenor');
|
||||
}
|
||||
|
||||
frame.response = {
|
||||
config: _.pick(data, keys)
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue