Cleaned up changeset based on feedback
Signed-off-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com>
This commit is contained in:
Vendored
+14
@@ -89,6 +89,20 @@ export interface Config {
|
||||
name?: string;
|
||||
};
|
||||
|
||||
/**
|
||||
* This config was used by the HomepageTimer but has been replaced by the HeaderWorldClock in the home plugin
|
||||
*
|
||||
* @deprecated in favor of the HeaderWorldClock which is found in the home plugin
|
||||
*/
|
||||
homepage?: {
|
||||
clocks?: Array<{
|
||||
/** @visibility frontend */
|
||||
label: string;
|
||||
/** @visibility frontend */
|
||||
timezone: string;
|
||||
}>;
|
||||
};
|
||||
|
||||
/**
|
||||
* Configuration that provides information on available configured authentication providers.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user