-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdetails.json
47 lines (47 loc) · 899 Bytes
/
details.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
46
47
{
"uid": "coderblog-theme",
"name": "CoderBlog Theme",
"description": "A theme for PencilBlue",
"version": "0.2.0",
"pb_version": ">=0.4.1",
"author": {
"name": "Mark Baird",
"email": "[email protected]",
"website": "https://www.codeammo.com"
},
"settings": [{
"name": "header_tagline",
"value": ""
}, {
"name": "homepage_seo_keywords",
"value": ""
}, {
"name": "homepage_seo_description",
"value": ""
}, {
"name": "author_linkedin_url",
"value": ""
}, {
"name": "author_stackoverflow_url",
"value": ""
}, {
"name": "author_github_url",
"value": ""
}],
"permissions": {
"ACCESS_USER": [],
"ACCESS_WRITER": [],
"ACCESS_EDITOR": [],
"ACCESS_MANAGING_EDITOR": []
},
"main_module": {
"path": "coderblog.js"
},
"dependencies": {
"async": "0.9.0"
},
"theme": {
"settings": [],
"content_templates": []
}
}