-
Notifications
You must be signed in to change notification settings - Fork 0
/
vaahcms.json
45 lines (45 loc) · 1.5 KB
/
vaahcms.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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"dependencies": [
{
"name": "Cms",
"slug": "cms",
"type": "module",
"source": "vaahcms",
"download_link": "",
"title": "CMS module to manage your content",
"thumbnail": "https://img.site/p/300/160",
"excerpt": "CMS is a framework for creating, managing, and deploying customized content types and fields.",
"author_name": "Vaah",
"author_website": "https://vaah.dev",
"version": "v0.1.6",
"is_sample_data_available": true,
"import_sample_data": false
},
{
"name": "BulmaBlogTheme",
"slug": "bulmablogtheme",
"type": "theme",
"source": "vaahcms",
"download_link": "",
"title": "Bulma 0.9.2 Blog",
"thumbnail": "https://img.site/p/300/160",
"excerpt": "Bulma 0.9.2 Blog Theme for VaahCMS",
"github_url": "https://github.com/webreinvent/vaahcms-theme-bulma",
"author_name": "WebReinvent",
"author_website": "https://webreinvent.com",
"version": "v0.0.2",
"is_sample_data_available": true,
"import_sample_data": true
}
],
"environments": {
"default": {
"env_file": ".env",
"app_url": "http://localhost"
},
"basic": {
"env_file": ".env.basic",
"app_url": "http://127.0.0.1:8000"
}
}
}