From 5a2eab921f4b2c925b3574143a8c4d31a6bf29df Mon Sep 17 00:00:00 2001 From: kjac Date: Wed, 15 Jan 2025 08:12:25 +0100 Subject: [PATCH] Do not show "Save and preview" by default --- .../src/common/directives/components/content/edit.controller.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/common/directives/components/content/edit.controller.js b/src/Umbraco.Web.UI.Client/src/common/directives/components/content/edit.controller.js index a1897125e67c..eb456aace6bf 100644 --- a/src/Umbraco.Web.UI.Client/src/common/directives/components/content/edit.controller.js +++ b/src/Umbraco.Web.UI.Client/src/common/directives/components/content/edit.controller.js @@ -365,8 +365,6 @@ handler: () => $scope.preview(content, additionalPreviewUrl.url, '_blank') } }); - - $scope.page.showPreviewButton = true; } /** Syncs the content item to it's tree node - this occurs on first load and after saving */