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