Add priority
This commit is contained in:
parent
b1bdb81e5c
commit
b40b9720ab
1 changed files with 6 additions and 2 deletions
|
@ -23,12 +23,16 @@ class Wish
|
|||
'color' => '',
|
||||
),
|
||||
'1' => array(
|
||||
'name' => __('Nice to have'),
|
||||
'name' => __('Unsure about it'),
|
||||
'color' => 'black',
|
||||
),
|
||||
'2' => array(
|
||||
'name' => __('Nice to have'),
|
||||
'color' => 'grey',
|
||||
),
|
||||
'3' => array(
|
||||
'name' => __('Would love it'),
|
||||
'color' => 'orange',
|
||||
'color' => 'brown',
|
||||
),
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue