From f98d5f3f205a048fca24e24a9ca9729cf6642150 Mon Sep 17 00:00:00 2001 From: Oneric Date: Thu, 10 Oct 2024 00:22:40 +0000 Subject: [PATCH] Teach admin-fe about custom source URLs Matching https://akkoma.dev/AkkomaGang/akkoma-fe/pulls/421 --- config/description.exs | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/config/description.exs b/config/description.exs index b69478fdb..63113439a 100644 --- a/config/description.exs +++ b/config/description.exs @@ -1194,7 +1194,9 @@ showInstanceSpecificPanel: false, subjectLineBehavior: "email", theme: "pleroma-dark", - webPushNotifications: false + webPushNotifications: false, + backendCommitUrl: "", + frontendCommitUrl: "" } ], children: [ @@ -1398,6 +1400,18 @@ label: "Stop Gifs", type: :boolean, description: "Whether to pause animated images until they're hovered on" + }, + %{ + key: :backendCommitUrl, + label: "Backend Commit URL", + type: :string, + description: "URL prefix for backend commit hashes" + }, + %{ + key: :frontendCommitUrl, + label: "Frontend Commit URL", + type: :string, + description: "URL prefix for frontend commit hashes" } ] },