feat: add new song library files and supporting application configuration
This commit is contained in:
+14
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
// Web SongBeamer Globale Konfiguration
|
||||
|
||||
return array (
|
||||
'slide_strip_width' => 190,
|
||||
'slide_strip_height' => 105,
|
||||
'slide_strip_font_size' => 0.75,
|
||||
'base_font_scale' => 1.0,
|
||||
'color1' => '#ffffff',
|
||||
'color2' => '#5fa8ff',
|
||||
'color3' => '#ffff00',
|
||||
'color4' => '#00ff00',
|
||||
);
|
||||
Reference in New Issue
Block a user