InterviewSolution
| 1. |
Explain standard values in Sitecore. |
|
Answer» Data template fields have default VALUES known as STANDARD Values. In Sitecore, a standard value is a way to specify a default value for a field, so that whenever items are created, it is possible to specify a field value that must be USED by default. The standard values ASSOCIATED with each data template are stored in a child ITEM of the data template definition item called "Standard Values". Whenever the value of a field for an item is NULL, standard values are used. As you can see in the above image, the "Sample item" data template basically contains the "Data" data template section definition item. The standard value of the "Sample" data template is stored as a child of the "Data" data template definition item named "_Standard Values." |
|