Skip to content
On this page

Enabled

Parent: pterodactyl

A Boolean which disables the pterodactyl section.

Example Usage

js
theme: SoftUI({
    admin: {
        pterodactyl: {
            enabled: false
        }
    }
})

Types

Released under the MIT License.