diff --git a/ghost/admin/app/components/modal-post-history.hbs b/ghost/admin/app/components/modal-post-history.hbs index 033f4659e5..b97e2b5a50 100644 --- a/ghost/admin/app/components/modal-post-history.hbs +++ b/ghost/admin/app/components/modal-post-history.hbs @@ -47,6 +47,7 @@

Post history

+ {{#if (feature 'postDiffing')}} + {{/if}}
+
+
+
+

Revision Diffing

+

+ Enables showing post history differences within the editor +

+
+
+ +
+
+
+
diff --git a/ghost/core/core/shared/labs.js b/ghost/core/core/shared/labs.js index 3853230fc4..3c6e68dd7b 100644 --- a/ghost/core/core/shared/labs.js +++ b/ghost/core/core/shared/labs.js @@ -41,6 +41,7 @@ const ALPHA_FEATURES = [ 'stripeAutomaticTax', 'makingItRain', 'postHistory', + 'postDiffing', 'announcementBar', 'imageEditor' ];