-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
module.json
29 lines (29 loc) · 1.08 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": "FilamentDocs",
"alias": "filament-docs",
"description": {
"ar": "Manage your documents and contracts all in one place with template builder",
"en": "Manage your documents and contracts all in one place with template builder",
"gr": "Manage your documents and contracts all in one place with template builder",
"sp": "Manage your documents and contracts all in one place with template builder"
},
"keywords": [],
"priority": 0,
"providers": [
"TomatoPHP\\FilamentDocs\\FilamentDocsServiceProvider"
],
"files": [],
"title": {
"ar": "Documents Editor",
"en": "Documents Editor",
"gr": "Documents Editor",
"sp": "Documents Editor"
},
"color": "#007dff",
"icon": "heroicon-c-arrow-trending-up",
"placeholder": "https://raw.githubusercontent.com/tomatophp/filament-docs/master/arts/3x1io-tomato-docs.jpg",
"type": "plugin",
"version": "v1.0.0",
"github" : "https://github.com/tomatophp/filament-docs",
"docs" : "https://github.com/tomatophp/filament-docs"
}