diff --git a/schema.yml b/schema.yml
index 9d91c7e1b..d2075d0c8 100644
--- a/schema.yml
+++ b/schema.yml
@@ -43491,13 +43491,14 @@ components:
format: date-time
description: Current server time
readOnly: true
+ embedded_outpost_disabled:
+ type: boolean
+ description: Whether the embedded outpost is disabled
+ readOnly: true
embedded_outpost_host:
type: string
description: Get the FQDN configured on the embedded outpost
readOnly: true
- embedded_outpost_disabled:
- type: boolean
- readOnly: true
required:
- brand
- embedded_outpost_disabled
diff --git a/web/src/admin/admin-settings/AdminSettingsForm.ts b/web/src/admin/admin-settings/AdminSettingsForm.ts
index ae9aaffe6..06f06ca6d 100644
--- a/web/src/admin/admin-settings/AdminSettingsForm.ts
+++ b/web/src/admin/admin-settings/AdminSettingsForm.ts
@@ -1,7 +1,9 @@
+import { first } from "@goauthentik/app/common/utils";
import { DEFAULT_CONFIG } from "@goauthentik/common/api/config";
import "@goauthentik/components/ak-switch-input";
import "@goauthentik/components/ak-text-input";
-import "@goauthentik/components/ak-textarea-input";
+import "@goauthentik/elements/CodeMirror";
+import { CodeMirrorMode } from "@goauthentik/elements/CodeMirror";
import { Form } from "@goauthentik/elements/forms/Form";
import "@goauthentik/elements/forms/FormGroup";
import "@goauthentik/elements/forms/HorizontalFormElement";
@@ -111,21 +113,21 @@ export class AdminSettingsForm extends Form[{"name": "Link Name","href":"https://goauthentik.io"}]
-
+ ${msg(
+ "This option configures the footer links on the flow executor pages. It must be a valid JSON list and can be used as follows:",
+ )}
+ [{"name": "Link Name","href":"https://goauthentik.io"}]
+