What is the purpose of standard values on data templates?
What is the purpose of standard values on data templates?
The purpose of standard values on data templates is to provide the default values for fields when a new item is created from the template and to serve as fallback values when fields are left NULL. This ensures that there are predefined values in place for fields, which can help maintain consistency and integrity of the data across items created from the template.
B is correct one
B is correct https://doc.sitecore.com/xp/en/developers/92/sitecore-experience-manager/standard-values.html
Standard values provide default values for data template fields. If the value of a field is NULL, the item contains the standard value for that field as defined in the data template for that item. https://doc.sitecore.com/xp/en/developers/92/sitecore-experience-manager/standard-values.html
B is the one