diff --git a/src/sample-config.php b/src/sample-config.php index 0557dca..70cdda1 100644 --- a/src/sample-config.php +++ b/src/sample-config.php @@ -12,6 +12,8 @@ $host = "https://localhost"; $cardSets = [ + // 1, 2, 3, 4, 5, 6, 7, 8 + ['1', '2', '3', '4', '5', '6', '7', '8'], // 1, 3, 5, 8 ['1', '2', '3', '5', '8'], // Standard fibonaci like series of values @@ -65,4 +67,4 @@ //Configuration for Enable/Disable style elements $layout_switch = [ 'enable_fork_banner' => true -]; \ No newline at end of file +];