-
-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathmodule.json
29 lines (29 loc) · 1.28 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": "FilamentMediaManager",
"alias": "filament-media-manager",
"description": {
"ar": "قم بادارة ملفات الوسائط الخاصة بك باستخدام مكتبة الوسائط من spatie بواجهة رسومية سهلة الاستخدام لـ FilamentPHP",
"en": "Manage your media files using spatie media library with easy to use GUI for FilamentPHP",
"gr": "Manage your media files using spatie media library with easy to use GUI for FilamentPHP",
"sp": "Manage your media files using spatie media library with easy to use GUI for FilamentPHP"
},
"keywords": [],
"priority": 0,
"providers": [
"TomatoPHP\\FilamentMediaManager\\FilamentMediaManagerServiceProvider"
],
"files": [],
"title": {
"ar": "مدير الوسائط",
"en": "Media Manager",
"gr": "Media Manager",
"sp": "Media Manager"
},
"color": "#cc1448",
"icon": "heroicon-c-photo",
"placeholder": "https://raw.githubusercontent.com/tomatophp/filament-media-manager/master/arts/3x1io-tomato-media-manager.jpg",
"type": "plugin",
"version": "v1.1.3",
"github" : "https://github.com/tomatophp/filament-media-manager",
"docs" : "https://github.com/tomatophp/filament-media-manager"
}