An Object which contains all the information for the blacklisted page.
Documentation IndexFetch the complete documentation index at: https://docs.assistantscenter.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.assistantscenter.com/llms.txt
Use this file to discover all available pages before exploring further.
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?