-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
module.json
29 lines (29 loc) · 1.18 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": "FilamentEcommerce",
"alias": "filament-ecommerce",
"description": {
"ar": "قم ببناء متجر الكتروني متكامل ومتفاعل بكل سهولة",
"en": "Build your own ecommerce store with FilamentPHP with the Power of Tomato CMS Builder",
"gr": "Build your own ecommerce store with FilamentPHP with the Power of Tomato CMS Builder",
"sp": "Build your own ecommerce store with FilamentPHP with the Power of Tomato CMS Builder"
},
"keywords": [],
"priority": 0,
"providers": [
"TomatoPHP\\FilamentEcommerce\\FilamentEcommerceServiceProvider"
],
"files": [],
"title": {
"ar": "المتجر الالكتروني",
"en": "Ecommerce Builder",
"gr": "Ecommerce Builder",
"sp": "Ecommerce Builder"
},
"color": "#cc1448",
"icon": "heroicon-c-shopping-bag",
"placeholder": "https://raw.githubusercontent.com/tomatophp/filament-ecommerce/master/arts/3x1io-tomato-ecommerce.jpg",
"type": "plugin",
"version": "v1.0.7",
"github" : "https://github.com/tomatophp/filament-ecommerce",
"docs" : "https://github.com/tomatophp/filament-ecommerce"
}