You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to customize what the tag renders? I believe it currently renders the tag name property. I want to extend my tags to have a foreign key reference to a category. So when selecting a tag to add to my entity, I would like the tag to be displayed like [Tag.Name] ([Tag.Cagegory.Name]).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Is there a way to customize what the tag renders? I believe it currently renders the tag
name
property. I want to extend my tags to have a foreign key reference to a category. So when selecting a tag to add to my entity, I would like the tag to be displayed like[Tag.Name] ([Tag.Cagegory.Name])
.Is this possible out of the box?
Beta Was this translation helpful? Give feedback.
All reactions