Revert "Extend priorities"

This reverts commit b6a40bcb9b.
This commit is contained in:
Jay Trees 2022-03-14 16:28:39 +01:00
parent 8475f586ac
commit 3433149771

View file

@ -19,30 +19,13 @@ class Wish
'color' => '', 'color' => '',
), ),
'1' => array( '1' => array(
'name' => 'Desirous', 'name' => 'Nice to have',
'color' => 'black', 'color' => 'black',
), ),
'2' => array(
'name' => 'Keen',
'color' => 'grey',
),
'3' => array( '3' => array(
'name' => 'Longing', 'name' => 'Would love it',
'color' => 'brown',
),
'4' => array(
'name' => 'Impatient',
'color' => 'yellow',
),
'5' => array(
'name' => 'Urgent',
'color' => 'orange', 'color' => 'orange',
), ),
'6' => array(
'name' => 'Anxious',
'color' => 'red',
),
); );
/** /**