-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathmodule.json
More file actions
29 lines (29 loc) · 1.12 KB
/
module.json
File metadata and controls
29 lines (29 loc) · 1.12 KB
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": "FilamentMenus",
"alias": "filament-menus",
"description": {
"ar": "قم ببناء قائمتك باستخدام قاعدة البيانات",
"en": "Menu Database builder to use it as a navigation on Filament Panel or as a Livewire Component",
"gr": "Menu Database builder to use it as a navigation on Filament Panel or as a Livewire Component",
"sp": "Menu Database builder to use it as a navigation on Filament Panel or as a Livewire Component"
},
"keywords": [],
"priority": 0,
"providers": [
"TomatoPHP\\FilamentMenus\\FilamentMenusServiceProvider"
],
"files": [],
"title": {
"ar": "القوائم",
"en": "Menu Generator",
"gr": "Menu Generator",
"sp": "Menu Generator"
},
"color": "#17b8d1",
"icon": "heroicon-c-bars-3",
"placeholder": "https://raw.githubusercontent.com/tomatophp/filament-menus/master/arts/3x1io-tomato-menus.jpg",
"type": "plugin",
"version": "v1.0.7",
"github" : "https://github.com/tomatophp/filament-menus",
"docs" : "https://github.com/tomatophp/filament-menus"
}