-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmodule.json
29 lines (29 loc) · 1.12 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": "FilamentSocial",
"alias": "filament-social",
"description": {
"ar": "Integration of social media platform actions and auth to your FilamentPHP panel",
"en": "Integration of social media platform actions and auth to your FilamentPHP panel",
"gr": "Integration of social media platform actions and auth to your FilamentPHP panel",
"sp": "Integration of social media platform actions and auth to your FilamentPHP panel"
},
"keywords": [],
"priority": 0,
"providers": [
"TomatoPHP\\FilamentSocial\\FilamentSocialServiceProvider"
],
"files": [],
"title": {
"ar": "Social Media Manager",
"en": "Social Media Manager",
"gr": "Social Media Manager",
"sp": "Social Media Manager"
},
"color": "#007dff",
"icon": "heroicon-c-share",
"placeholder": "https://raw.githubusercontent.com/tomatophp/filament-social/master/arts/3x1io-tomato-social.jpg",
"type": "plugin",
"version": "v1.0.0",
"github" : "https://github.com/tomatophp/filament-social",
"docs" : "https://github.com/tomatophp/filament-social"
}