If you guys have worked on Sitecore 7.x or 8.x then you will know that there is no restriction for creating item with same name at same level. So similarly I had no idea that it is restricted in the latest versions for Sitecore. Recently I was trying to install a package created from Sitecore … Continue reading No duplicate item name allowed in latest Sitecore versions
Configuration
Sites node moved from Sitecore.config file in Sitecore 10
With every major version, we always see the configuration file updates. The major change I had seen was in Sitecore 7.2 to Sitecore 8.x and then in 9.x. I had expected the same in Sitecore 10 as well. I mostly go through Sitecore.config and ConnectionStrings.config first once Sitecore Vanilla instance of latest version is installed. … Continue reading Sites node moved from Sitecore.config file in Sitecore 10
Avoid Sitecore Form redirecting to forms builder page!
There are 2 requirements when you create a form either you redirect to thank you page or show a thank you message after successful submission of the form. If you are creating Sitecore Forms (previously known as WFFM) then you get an option to redirect to thank you page using one of the Submit action. … Continue reading Avoid Sitecore Form redirecting to forms builder page!
How to setup Unicorn for Helix based Sitecore project?
The idea behind using Unicorn is to serialize only items that you need, by adding the Sitecore item paths to Unicorn configuration files. When the item is controlled by Unicorn, all the child items can be serialized automatically unless excluded, which is very convenient because the developer does not have to remember to serialize items … Continue reading How to setup Unicorn for Helix based Sitecore project?
Content Creation for the Layout – Part II
So to the continuation of the Content creation which we started in the previous blog, we need to create content for Logo, Copyright, Locations and Contact information. Go to Containers folder under Templates and create containers for Locations & Contact information For Locations For Contact Information Create Folder for Locations under Global. And add the … Continue reading Content Creation for the Layout – Part II
Auto generating Template.cs file using Unicorn and T4 templates
Whoever is working on Helix architecture knows the importance of Template.cs file in each feature or foundation modules. Now some developers are new to Helix architecture go for a manual creation of this file which utilizes good amount of efforts and there can be errors as well because a human is involved in the creation … Continue reading Auto generating Template.cs file using Unicorn and T4 templates