add text field in generic element
This commit is contained in:
parent
cce06efdd1
commit
b780cbd8b8
|
|
@ -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; }
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue