Skip to content

Commit

Permalink
Merge pull request #704 from iceljc/master
Browse files Browse the repository at this point in the history
add text field in generic element
  • Loading branch information
iceljc authored Oct 23, 2024
2 parents a983c3f + b780cbd commit ad2804c
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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; }

Expand Down

0 comments on commit ad2804c

Please sign in to comment.