Adding Icons to Relation Manager Tabs
Is it possible to show a heroicon next to the Relation Manager Tabs?
I couldn't find something in the docs. I'd appreciate a nudge in the right direction, thank you.
4 Replies
Not completely sure but I don't think this is possible in v2
Is it possible in v3?
Yes.
Like you, I couldn't find it in the documentation, but it is in the RelationManager class.
If you are in v3, you can select an icon in your relation manager:
class NotableRelationManager extends RelationManager
{
protected static ?string $icon = 'heroicon-m-document-text'
}