Skip to content

Commit

Permalink
Merge pull request #80 from eurofurence/79-knowledge-base-group-repla…
Browse files Browse the repository at this point in the history
…ce-fontawesomeiconcharacterunicodeaddress-with-fontawesomeiconname

feat: Using font awesome icon name instead of unicode adress in knowledge base groups
  • Loading branch information
Metawolve authored Jun 30, 2024
2 parents 79d9579 + a463a7d commit 7011f69
Show file tree
Hide file tree
Showing 6 changed files with 1,472 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ public class KnowledgeGroupRecord : EntityBase
public bool ShowInHamburgerMenu { get; set; }

[DataMember]
public string FontAwesomeIconCharacterUnicodeAddress { get; set; }
public string FontAwesomeIconName { get; set; }
}
}
Loading

0 comments on commit 7011f69

Please sign in to comment.