Cumulative hotfix for Sitecore XP 10.3 [closed]
I am trying to install 'Cumulative hotfix for Sitecore XP 10.3' source at here.I am using Sitecore 10.3.0 (XP0/XP1) currently. which is correct solution for the 10.3.0 site as one of the following...
View ArticleVariableSerialization.config Custom Config file
Hope you all are well. I am new in Sitecore. So,I have few queries to clear my doubts. I have shared a picture which is a part of config file.In the picture why we used xmlns:role and xmlns:env ?Inside...
View ArticleHow to use xdt transform to remove role:require attribute
I am using xdt transforms to modify my Sitecore.config file for different environments.I want to remove a role:require="!ContentDelivery" attribute.I'm targeting the following...
View ArticleHow to patch configuration for Sitecore deployed in Azure App service
I need to patch a configuration for my Sitecore deployed on Azure App service. Should I go to App service -> Advanced Tools use Kudu to upload configuration patch files to App_Config\Include or is...
View Articlehow to create patch for changing cache size limits in sitecore config
Using Sitecore 10.0.1I need to change the Prefetch and AccessResultCacheSize to 500 MBThe Prefetch cache size is set as below in one config file<prefetch hint="raw:AddPrefetch"><sc.include...
View ArticleSitecore custom rule based configuration patching not working with word beta
I faced a weird issue while doing a custom rule-based patching in the Sitecore. I defined a setting like the following:<add key="beta:define" value="enabled" />and then create a patch as:<?xml...
View ArticleConfiguring Sitecore Publishing Service to update multiple custom indexes
I'm currently trying to set up the Sitecore Publishing Service on an instance of Sitecore 10.1 (the page for all of the downloads and instructions is here)Without the publishing service, we rely on 4...
View Article"security: "require"="sitecore" in sitecore config
What does "security: "require" in sitecore configuration mean?<sitecore role:require="Standalone or ContentManagement" security:require="Sitecore">Does it mean access to sitecore or user should...
View ArticleUnable to patch DefaultExternalUserBuilder in Sitecore 10.1.2
Our team is using Sitecore 10.1.2 with local environment hosted on developer machines, and deployed environments with K8s and Docker with Coveo serving all of those environments. Only in our deployed...
View ArticleAre decimals supported when specifying cache size values?
Are decimals not supported when configuring cache sizes? I recently noticed that setting a cache size to 1.6MB resulted in the cache size being set to 16MB:Patch ConfigBelow is the patch config where I...
View ArticleHow to create custom strips, buttons for content editor from asp.net project
<configuration xmlns:patch="http://www.sitecore.net/xmlconfig/"><sitecore><contentEditor><ribbons><strip id="CustomStrip" title="Custom Strip"><chunks><chunk...
View Article