mirror of
https://github.com/owncast/owncast.git
synced 2025-11-02 11:56:57 +08:00
Allow adding custom javascript to the page. Closes #2604
This commit is contained in:
@ -29,6 +29,7 @@ export interface ConfigDirectoryFields {
|
||||
|
||||
export interface ConfigInstanceDetailsFields {
|
||||
customStyles: string;
|
||||
customJavascript: string;
|
||||
extraPageContent: string;
|
||||
logo: string;
|
||||
name: string;
|
||||
|
||||
Reference in New Issue
Block a user