An Object which contains all the information for the blacklisted page.
theme: SoftUI({ blacklisted: { title: String, subtitle: String, description: String, button: { enabled: Boolean, text: String, link: String, }, }, });
theme: SoftUI({ blacklisted: { title: "Blacklisted", subtitle: "Access denied", description: "Unfortunately it seems that you have been blacklisted from the dashboard.", button: { enabled: false, text: "Return", link: "https://google.com", }, }, });
Hide properties
Was this page helpful?