Add priority

This commit is contained in:
Jay Trees 2022-03-25 10:43:08 +01:00
parent b1bdb81e5c
commit b40b9720ab

View file

@ -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',
),
);
}