Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion src/sample-config.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -65,4 +67,4 @@
//Configuration for Enable/Disable style elements
$layout_switch = [
'enable_fork_banner' => true
];
];