mirror of
https://github.com/flarum/core.git
synced 2025-07-18 07:11:17 +02: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