-
-
Notifications
You must be signed in to change notification settings - Fork 18
/
module.json
29 lines (29 loc) · 994 Bytes
/
module.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "FilamentUsers",
"alias": "filament-users",
"description": {
"ar": "قم بإدارة مستخدمين النظام بسهولة",
"en": "User Resource For FilamentPHP Admin Dashboard",
"gr": "User Resource For FilamentPHP Admin Dashboard",
"sp": "User Resource For FilamentPHP Admin Dashboard"
},
"keywords": [],
"priority": 0,
"providers": [
"TomatoPHP\\FilamentUsers\\FilamentUsersServiceProvider"
],
"files": [],
"title": {
"ar": "المستخدمين",
"en": "User Manager",
"gr": "User Manager",
"sp": "User Manager"
},
"color": "#cc1448",
"icon": "heroicon-c-users",
"placeholder": "https://raw.githubusercontent.com/tomatophp/filament-users/master/art/3x1io-tomato-users.jpg",
"type": "plugin",
"version": "v1.0.12",
"github" : "https://github.com/tomatophp/filament-users",
"docs" : "https://github.com/tomatophp/filament-users"
}