-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathmodule.json
29 lines (29 loc) · 1.04 KB
/
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": "FilamentSettingsHub",
"alias": "filament-settings-hub",
"description": {
"ar": "قم بإدارة الإعدادات من خلال واجهة المستخدم",
"en": "Manage your app settings with GUI and helpers",
"gr": "Manage your app settings with GUI and helpers",
"sp": "Manage your app settings with GUI and helpers"
},
"keywords": [],
"priority": 0,
"providers": [
"TomatoPHP\\FilamentSettingsHub\\FilamentSettingsHubServiceProvider"
],
"files": [],
"title": {
"ar": "الإعدادات",
"en": "Settings Hub",
"gr": "Settings Hub",
"sp": "Settings Hub"
},
"color": "#cc1448",
"icon": "heroicon-c-cog",
"placeholder": "https://raw.githubusercontent.com/tomatophp/filament-settings-hub/master/arts/3x1io-tomato-settings-hub.jpg",
"type": "plugin",
"version": "v2.0.1",
"github" : "https://github.com/tomatophp/filament-settings-hub",
"docs" : "https://github.com/tomatophp/filament-settings-hub"
}