add text field in generic element

This commit is contained in:
Jicheng Lu 2024-10-23 00:22:59 -05:00
parent cce06efdd1
commit b780cbd8b8

View file

@ -36,6 +36,9 @@ public class GenericElement
[Translate]
public string Subtitle { get; set; }
[Translate]
public string Text { get; set; }
[JsonPropertyName("image_url")]
public string ImageUrl { get; set; }