-
-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathmodule.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": "FilamentCms",
"alias": "filament-cms",
"description": {
"ar": "قم بإدارة المحتوي الخاص بك من خلال بناء الصفحات والثيمات المختلفة",
"en": "Full CMS System with easy to use page builder & theme manager for FilamentPHP",
"gr": "Full CMS System with easy to use page builder & theme manager for FilamentPHP",
"sp": "Full CMS System with easy to use page builder & theme manager for FilamentPHP"
},
"keywords": [],
"priority": 0,
"providers": [
"TomatoPHP\\FilamentCms\\FilamentCmsServiceProvider"
],
"files": [],
"title": {
"ar": "إدارة المحتوي",
"en": "CMS Builder",
"gr": "CMS Builder",
"sp": "CMS Builder"
},
"color": "#8911d9",
"icon": "heroicon-c-pencil",
"placeholder": "https://raw.githubusercontent.com/tomatophp/filament-cms/master/arts/3x1io-tomato-cms.jpg",
"type": "plugin",
"version": "v1.0.19",
"github" : "https://github.com/tomatophp/filament-cms",
"docs" : "https://github.com/tomatophp/filament-cms"
}