Clean up and fix for xml docs for forms (at least locally)

This commit is contained in:
Bjarke Berg
2021-06-25 09:35:39 +02:00
parent b80d72555f
commit c170123f3a
10 changed files with 42 additions and 2985 deletions

View File

@@ -18,8 +18,8 @@ namespace JsonSchema
/// Creates a new instance of <see cref="UmbracoJsonSchemaGenerator"/>.
/// </summary>
/// <param name="definitionPrefix">The prefix to use for definitions generated.</param>
public UmbracoJsonSchemaGenerator(string definitionPrefix)
=> _innerGenerator = new JsonSchemaGenerator(new UmbracoJsonSchemaGeneratorSettings(definitionPrefix));
public UmbracoJsonSchemaGenerator()
=> _innerGenerator = new JsonSchemaGenerator(new UmbracoJsonSchemaGeneratorSettings());
/// <summary>