-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule.json
29 lines (29 loc) · 1.13 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": "FilamentCmsGithub",
"alias": "filament-cms-github",
"description": {
"ar": "Github Extension for Filament CMS Builder to auto import docs form Github repo",
"en": "Github Extension for Filament CMS Builder to auto import docs form Github repo",
"gr": "Github Extension for Filament CMS Builder to auto import docs form Github repo",
"sp": "Github Extension for Filament CMS Builder to auto import docs form Github repo"
},
"keywords": [],
"priority": 0,
"providers": [
"TomatoPHP\\FilamentCmsGithub\\FilamentCmsGithubServiceProvider"
],
"files": [],
"title": {
"ar": "Filament cms github",
"en": "Filament cms github",
"gr": "Filament cms github",
"sp": "Filament cms github"
},
"color": "#cc1448",
"icon": "heroicon-c-users",
"placeholder": "https://raw.githubusercontent.com/tomatophp/filament-cms-github/master/art/screenshot.jpg",
"type": "plugin",
"version": "v1.0.0",
"github" : "https://github.com/tomatophp/filament-cms-github",
"docs" : "https://github.com/tomatophp/filament-cms-github"
}