-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmodule.json
29 lines (29 loc) · 962 Bytes
/
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": "FilamentBlog",
"alias": "filament-blog",
"description": {
"ar": "Frontend for CMS Builder to build a blog and personal websites",
"en": "Frontend for CMS Builder to build a blog and personal websites",
"gr": "Frontend for CMS Builder to build a blog and personal websites",
"sp": "Frontend for CMS Builder to build a blog and personal websites"
},
"keywords": [],
"priority": 0,
"providers": [
"TomatoPHP\\FilamentBlog\\FilamentBlogServiceProvider"
],
"files": [],
"title": {
"ar": "Blog Template",
"en": "Blog Template",
"gr": "Blog Template",
"sp": "Blog Template"
},
"color": "#C35831",
"icon": "heroicon-c-newspaper",
"placeholder": "placeholder.webp",
"type": "plugin",
"version": "v1.0",
"github" : "https://github.com/tomatophp/filament-blog",
"docs" : "https://github.com/tomatophp/filament-blog"
}