Tag: Sitecore
1) How to allow some characters in your Sitecore instance like parentheses? For example – you want to allow parantheses in Sitecore item name. How can you achieve that? Solution: <setting name=”ItemNameValidation” value=”^*((d{1,})){0,1}$”/> <setting name=”ItemNameValidation” value=”^*((d{1,})){0,1}$” /> 2) Are you not able to see Sitecore folder or item is in Content Editor tree? But you are …
This is very simple post but sometimes makes you think how to achieve it. So thought to blog it which may help Sitecore newbies. If you are looking for increasing Sitecore field height in order to increase visiblity area, then this post will help you for the same. We will see Sitecore Multiline field example to …
Hey Experts – How’s your Sitecore journey going on? Today I would like to share power of device and fallback device in Sitecore with you. So let’s go ahead and first see the scenario where this can be helpful. Scenario/Requirement: Let’s say you have multi sites in your Sitecore instance. One of your sites have a …
Hello Sitecore Techies! How’s your Sitecore Journey going on? Hope you are passing through many milestones in your journey. So let’s share this journey with each other. Scenario: Have you come across a scenario in your project where you have seen .NET run-time error page (typical yellow .NET error page) and you don’t want to show …
Hello Sitecore busy bees! How’s your Sitecore Journey going on? Recently one of the regular Sitecore Journey readers (Varun Shringarpure) raised a small but good to know question. Sitecore Journey was awared about the answer of this question, but was not able to recall. Finally Sitecore Journey found the answer and to keep this answer handy, …
Hello Sitecore Buddies! Thank you for accompanying Sitecore Journey. Feeling blessed to have such expert readers! Sitecore Journey is incomplete without all of you Sitecore expert readers! Well, Sitecore Journey is here today to share one of the unique requirements. Let’s see today’s scenario which will illustrate how to create custom field type in Sitecore. Scenario: …
How are you my Sitecore Friends? How’s your Sitecore Journey going on? I am here again to share one more small but good to know point about Sitecore. Many things in Sitecore are given by default, but as we are dealing with complex things in our day to day life – we never spend time to …
Friends, How are you all doing? I know you may have a question – “Long time, No Posts?” Yeah, I got some halt (e.g. busy with new project) in my sitecore journey. And in this halt – I have learnt many new things, now it’s time to share these leanings. So let’s start knowledge sharing. Scenario: …