-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule.json
29 lines (29 loc) · 1.17 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": "FilamentCategories",
"alias": "filament-categories",
"description": {
"ar": "Manage your categories for any model type with relation manager integration for TomatoPHP",
"en": "Manage your categories for any model type with relation manager integration for TomatoPHP",
"gr": "Manage your categories for any model type with relation manager integration for TomatoPHP",
"sp": "Manage your categories for any model type with relation manager integration for TomatoPHP"
},
"keywords": [],
"priority": 0,
"providers": [
"TomatoPHP\\FilamentCategories\\FilamentCategoriesServiceProvider"
],
"files": [],
"title": {
"ar": "Filament categories",
"en": "Filament categories",
"gr": "Filament categories",
"sp": "Filament categories"
},
"color": "#cc1448",
"icon": "heroicon-c-users",
"placeholder": "https://raw.githubusercontent.com/tomatophp/filament-categories/master/art/screenshot.jpg",
"type": "plugin",
"version": "v1.0.0",
"github" : "https://github.com/tomatophp/filament-categories",
"docs" : "https://github.com/tomatophp/filament-categories"
}