-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdevvit.json
More file actions
41 lines (41 loc) · 767 Bytes
/
Copy pathdevvit.json
File metadata and controls
41 lines (41 loc) · 767 Bytes
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
{
"name": "sortling",
"permissions": {
"reddit": {
"enable": true
},
"http": {
"enable": true
}
},
"server": {
"dir": "dist/server",
"entry": "index.cjs"
},
"triggers": {
"onAppInstall": "/internal/triggers/on-app-install",
"onAppUpgrade": "/internal/triggers/on-app-upgrade"
},
"menu": {
"items": [
{
"label": "Create Sortling Campus Guide Post",
"location": "subreddit",
"forUserType": "user",
"endpoint": "/internal/menu/post-create"
}
]
},
"post": {
"dir": "dist/client",
"entrypoints": {
"default": {
"entry": "webroot/index.html",
"height": "tall"
}
}
},
"dev": {
"subreddit": "sortling_dev"
}
}