Skip to content

Commit

Permalink
fix: adding displayname for designers / otherwise overview components…
Browse files Browse the repository at this point in the history
… that need a short name as alternative to Text
  • Loading branch information
pksorensen committed Sep 5, 2024
1 parent 4cd6dea commit 66aa544
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ public abstract class QuestionProps
[JsonProperty("schemaName")]
public string SchemaName { get; set; }

[JsonProperty("displayName")]
public string DisplayName { get; set; }

[JsonProperty("text")]
public string Text { get; set; }

Expand Down

0 comments on commit 66aa544

Please sign in to comment.