Skip to content

Commit

Permalink
feat: Add field icon
Browse files Browse the repository at this point in the history
  • Loading branch information
khalwat committed Jan 19, 2025
1 parent d2f0c1f commit b877f84
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/fields/Units.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,14 @@ public static function displayName(): string
return Craft::t('units', 'Units');
}

/**
* @inheritdoc
*/
public static function icon(): string
{
return 'scale-balanced';
}

// Public Methods
// =========================================================================

Expand Down

0 comments on commit b877f84

Please sign in to comment.