Update the doctypes configuration help text

This commit is contained in:
Kenn Jacobsen
2019-01-16 13:16:41 +01:00
parent 4303b4eb80
commit ae97ec4277

View File

@@ -8,7 +8,7 @@ namespace Umbraco.Web.PropertyEditors
/// </summary>
public class NestedContentConfiguration
{
[ConfigurationField("contentTypes", "Doc Types", "views/propertyeditors/nestedcontent/nestedcontent.doctypepicker.html", Description = "Select the doc types to use as the data blueprint.")]
[ConfigurationField("contentTypes", "Document types", "views/propertyeditors/nestedcontent/nestedcontent.doctypepicker.html", Description = "Select the documebt types to use as the item blueprints. Only \"element\" types can be used.")]
public ContentType[] ContentTypes { get; set; }
[ConfigurationField("minItems", "Min Items", "number", Description = "Set the minimum number of items allowed.")]
@@ -38,4 +38,4 @@ namespace Umbraco.Web.PropertyEditors
public string Template { get; set; }
}
}
}
}