Update the doctypes configuration help text
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user