-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconf.yml
More file actions
41 lines (35 loc) · 943 Bytes
/
conf.yml
File metadata and controls
41 lines (35 loc) · 943 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
## Blueprint addon manifest for Server Backgrounds.
## identifier should be treated as immutable after release (it is used for install/remove and lookups).
## target should match the Blueprint release this addon is tested against.
info:
name: "Server Backgrounds"
identifier: "serverbackgrounds"
description: "Server Container Backgrounds for Pterodactyl using Blueprint!"
flags: "show_in_sidebar"
version: "v1.6.0"
target: "beta-2026-01"
author: "Euphoria Development"
icon: "serverbackgrounds_icon.jpg"
website: "https://euphoriadevelopment.uk"
admin:
view: "admin/view.blade.php"
controller: "admin/Controller.php"
css: ""
wrapper: ""
dashboard:
css: ""
wrapper: "client/wrapper.blade.php"
components: ""
data:
directory: ""
public: ""
console: ""
requests:
views: "src/views"
controllers: ""
routers:
application: ""
client: ""
web: "routes/web.php"
database:
migrations: ""