forked from AkkomaGang/akkoma
Merge remote-tracking branch 'oneric/custom-source' into akko.wtf
This commit is contained in:
commit
370894d153
1 changed files with 15 additions and 1 deletions
|
@ -1194,7 +1194,9 @@
|
||||||
showInstanceSpecificPanel: false,
|
showInstanceSpecificPanel: false,
|
||||||
subjectLineBehavior: "email",
|
subjectLineBehavior: "email",
|
||||||
theme: "pleroma-dark",
|
theme: "pleroma-dark",
|
||||||
webPushNotifications: false
|
webPushNotifications: false,
|
||||||
|
backendCommitUrl: "",
|
||||||
|
frontendCommitUrl: ""
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
children: [
|
children: [
|
||||||
|
@ -1398,6 +1400,18 @@
|
||||||
label: "Stop Gifs",
|
label: "Stop Gifs",
|
||||||
type: :boolean,
|
type: :boolean,
|
||||||
description: "Whether to pause animated images until they're hovered on"
|
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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue