Required Configuration
Admin
Soft UI
Theme Config
Required Configuration
Admin
An Object which contains all the information for the admin page.
theme: SoftUI({
admin: {
pterodactyl: {
enabled: Boolean,
apiKey: String,
panelLink: String,
serverUUIDs: String[],
},
},
});
Example Usage
theme: SoftUI({
admin: {
pterodactyl: {
enabled: false,
apiKey: "myPterodactylApiKey",
panelLink: "https://panel.example.com",
serverUUIDs: ["server-uuid-1", "server-uuid-2"],
},
},
});
Image
Props
Was this page helpful?
On this page