How to Show or Hide “Publish Site” to Prevent Accidental Site Publish
Sitecore note · The Problem: One of the CM site users went to the content tree and from the ribbon published the whole site. Now…
Read NotePick a sub-topic below — XM Cloud, Sidekick, Content Hub, authoring, search, or platform ops.
Sitecore note · The Problem: One of the CM site users went to the content tree and from the ribbon published the whole site. Now…
Read NoteSitecore note · Scenario 1: Adding a control to a page using a view rendering: In the Sitecore CMS, first of all lets select a…
Read NoteSitecore note · The Problem: How to setup your site in “Live” Mode OR How can I review my site even before publishing (i.e.…
Read NoteSitecore note · How to fix the following rendering errors on saving an item “The item contains broken links in these fields: - _Renderings or…
Read NoteSitecore note · Please follow the steps below to add a button (E.g. a button which calculates Time based on the Time zone with…
Read NoteSitecore note · You might have experienced this issue where the publishing target is missing while publishing the content as below. There is a very…
Read NoteSitecore note · Here is the simple script for this: # database name $db = "master:" # source path $sourcePath = "/sitecore/content/Generic Content/Generic Pages/Basic Generic…
Read NoteSitecore note · Please have a look at the Sitecore Launch pad with lots of buttons. These buttons can be configured to show and hide…
Read NoteSitecore note · Method 1: Override and disable the filters as needed Step 1: Update the following config setting: <settings xmlns:patch="http://www.sitecore.net/xmlconfig/"> <setting name="HtmlEditor.DefaultConfigurationType"> <patch:attribute name="value">YourProject.Custom.Controls.CustomRichTextEditor,…
Read NoteSitecore note · Below are some Sitecore PowerShell Common Utilities: # Get a list of all Sitecore users $lstSitecoreUsers = Get-User -Filter "sitecore\*" $lstSitecoreUsers…
Read Note