I have a template A that has several sublanguages and web controls assigned by StandardValues for layout details. If I inherit this template and create a new template B, it inherits all the layout details from A and displays a penalty.
Now I had to change the data source for one of the web controls in Template A. I selected StandardValues to go to Presentation> Details and changed the DataSource to point to the Item that I want to use for control. The problem is even that I did it at the standard level, the change does not apply to B. The value of the DataSource in template A was initially empty, and I changed it to / sitecore / content / Global / Item, but the DataSource on webcontrol in template B is all still empty (should it not display the inherited value?).
What are my options so that changes to basic templates apply to templates based on them?
Thanks Ben
source
share