Skip to content

Commit

Permalink
Update ModeloInicial.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
alvaropalacios-gnoss committed Jul 24, 2023
1 parent c35d80b commit 4f49828
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@ public class Doctypes
public class Title
{
public string type { get; set; }
public string content { get; set; }
[JsonConverter(typeof(SingleOrArrayConverter<string>))]
public List<string> content { get; set; }
public string translated { get; set; }
}

Expand Down

0 comments on commit 4f49828

Please sign in to comment.