mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-27 22:49:56 -05:00
Promoted webmentions to private beta
refs https://github.com/TryGhost/Team/issues/2509
This commit is contained in:
parent
e5d31e2900
commit
669b1927aa
1 changed files with 1 additions and 1 deletions
|
@ -27,6 +27,7 @@ const GA_FEATURES = [
|
|||
// input for the "labs" setting value
|
||||
const BETA_FEATURES = [
|
||||
'activitypub',
|
||||
'webmentions',
|
||||
'emailErrors'
|
||||
];
|
||||
|
||||
|
@ -34,7 +35,6 @@ const ALPHA_FEATURES = [
|
|||
'urlCache',
|
||||
'beforeAfterCard',
|
||||
'lexicalEditor',
|
||||
'webmentions',
|
||||
'webmentionEmail',
|
||||
'outboundLinkTagging',
|
||||
'milestoneEmails'
|
||||
|
|
Loading…
Add table
Reference in a new issue