-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
module.json
29 lines (29 loc) · 1.29 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": "FilamentComments",
"alias": "filament-comments",
"description": {
"ar": "Manage your comments on any models with support of reviews stars and full frontend Livewire component support for FilamentPHP",
"en": "Manage your comments on any models with support of reviews stars and full frontend Livewire component support for FilamentPHP",
"gr": "Manage your comments on any models with support of reviews stars and full frontend Livewire component support for FilamentPHP",
"sp": "Manage your comments on any models with support of reviews stars and full frontend Livewire component support for FilamentPHP"
},
"keywords": [],
"priority": 0,
"providers": [
"TomatoPHP\\FilamentComments\\FilamentCommentsServiceProvider"
],
"files": [],
"title": {
"ar": "Filament comments",
"en": "Filament comments",
"gr": "Filament comments",
"sp": "Filament comments"
},
"color": "#cc1448",
"icon": "heroicon-c-users",
"placeholder": "https://raw.githubusercontent.com/tomatophp/filament-comments/master/art/screenshot.jpg",
"type": "plugin",
"version": "v1.0.0",
"github" : "https://github.com/tomatophp/filament-comments",
"docs" : "https://github.com/tomatophp/filament-comments"
}