mirror of
https://github.com/flarum/framework.git
synced 2025-05-23 15:19:56 +08:00
Make admin open in a new window
This commit is contained in:
@ -7,4 +7,8 @@ Group.prototype.namePlural = Model.attribute('namePlural');
|
||||
Group.prototype.color = Model.attribute('color');
|
||||
Group.prototype.icon = Model.attribute('icon');
|
||||
|
||||
Group.ADMINISTRATOR_ID = 1;
|
||||
Group.GUEST_ID = 2;
|
||||
Group.MEMBER_ID = 3;
|
||||
|
||||
export default Group;
|
||||
|
Reference in New Issue
Block a user