mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -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
|
// input for the "labs" setting value
|
||||||
const BETA_FEATURES = [
|
const BETA_FEATURES = [
|
||||||
'activitypub',
|
'activitypub',
|
||||||
|
'webmentions',
|
||||||
'emailErrors'
|
'emailErrors'
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -34,7 +35,6 @@ const ALPHA_FEATURES = [
|
||||||
'urlCache',
|
'urlCache',
|
||||||
'beforeAfterCard',
|
'beforeAfterCard',
|
||||||
'lexicalEditor',
|
'lexicalEditor',
|
||||||
'webmentions',
|
|
||||||
'webmentionEmail',
|
'webmentionEmail',
|
||||||
'outboundLinkTagging',
|
'outboundLinkTagging',
|
||||||
'milestoneEmails'
|
'milestoneEmails'
|
||||||
|
|
Loading…
Add table
Reference in a new issue