mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Added sodoSearch
labs flag
no issue - alpha flag for .... you guessed it - SEARCH!
This commit is contained in:
parent
f24dfb409d
commit
911ce4f29e
1 changed files with 2 additions and 1 deletions
|
@ -24,7 +24,8 @@ const BETA_FEATURES = [
|
|||
|
||||
const ALPHA_FEATURES = [
|
||||
'urlCache',
|
||||
'beforeAfterCard'
|
||||
'beforeAfterCard',
|
||||
'sodoSearch'
|
||||
];
|
||||
|
||||
module.exports.GA_KEYS = [...GA_FEATURES];
|
||||
|
|
Loading…
Add table
Reference in a new issue