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
> By default only users with `admin` role have access to comments management section. But, you can override `accessControlConfig` property for ManageController.
81
58
82
59
**Notes:**
83
-
> 1) Delete button visible only for user with `admin` role.
60
+
> 1) Delete button visible only for users with `admin` role.
84
61
85
62
> 2) When you delete a comment, all nested comments will be marked as `deleted`.
86
63
87
-
> 3)For change the any function in the CommentModel you can create your own model and change the property `commentModelClass` in the Comment Module.
64
+
> 3)You can override default CommentModel class by changing the property `commentModelClass` in the Comment Module.
88
65
89
66
> 4) You can implement your own methods `getAvatar` and `getUsername` in the `userIdentityClass`. Just create this methods in your User model. For example:
0 commit comments