Worked on admin page listing
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace HopFrame.Web.Admin.Attributes.Members;
|
||||
|
||||
[AttributeUsage(AttributeTargets.Property)]
|
||||
public class AdminBoldAttribute(bool bold = true) : Attribute {
|
||||
public bool Bold { get; set; } = bold;
|
||||
}
|
||||
Reference in New Issue
Block a user