From 7ebf746a83a4e5f7ba23965e45153ff622d18b2b Mon Sep 17 00:00:00 2001 From: ah185259-ncr <88800581+ah185259-ncr@users.noreply.github.com> Date: Wed, 23 Feb 2022 15:14:29 -0500 Subject: [PATCH] Update sample-config.php --- src/sample-config.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/sample-config.php b/src/sample-config.php index 0557dca..6e01efd 100644 --- a/src/sample-config.php +++ b/src/sample-config.php @@ -16,6 +16,8 @@ ['1', '2', '3', '5', '8'], // Standard fibonaci like series of values ['1', '2', '3', '5', '8', '13', '20', '40', '100'], + // Standard fibonaci like series of values Modified + ['10', '20', '50', '100'], // Special card set with '?' for unclear stories ['1', '2', '3', '5', '8', '13', '20', '40', '?'], // Powers of two used by other teams @@ -65,4 +67,4 @@ //Configuration for Enable/Disable style elements $layout_switch = [ 'enable_fork_banner' => true -]; \ No newline at end of file +];