From e368638f30f0bb1a07f6157ef20d3a6aee35f168 Mon Sep 17 00:00:00 2001
From: David Trattnig <david.trattnig@o94.at>
Date: Thu, 12 Mar 2020 14:01:13 +0100
Subject: [PATCH] Added configuration options.

---
 contrib/aura-clock/src/main.js | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/contrib/aura-clock/src/main.js b/contrib/aura-clock/src/main.js
index 06b99701..443224ba 100644
--- a/contrib/aura-clock/src/main.js
+++ b/contrib/aura-clock/src/main.js
@@ -3,6 +3,9 @@ import StudioClock from './StudioClock.svelte';
 const clock = new StudioClock({
 	target: document.body,
 	props: {
+		stationName: "Radio Orange",
+		stationLogo: "https://o94.at/themes/custom/radio_orange/logo1.png",
+		stationLogoSize: "180px",
 		apiUrl: 'http://localhost:3333/api/v1/'
 	}
 });
-- 
GitLab