Merge pull request #704 from iceljc/master
add text field in generic element
This commit is contained in:
commit
ad2804c2d5
|
|
@ -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