Merge pull request #704 from iceljc/master

add text field in generic element
This commit is contained in:
iceljc 2024-10-23 00:23:49 -05:00 committed by GitHub
commit ad2804c2d5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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; }