Cleaned up changeset based on feedback

Signed-off-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com>
This commit is contained in:
Andre Wanlin
2022-10-18 20:18:43 -05:00
parent fb3733e446
commit 127fcad26d
4 changed files with 33 additions and 4 deletions
+14
View File
@@ -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.
*/