-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
help wantedExtra attention is neededExtra attention is needed
Description
Default emojis are currently defined like:
array(
array( '👍', 'thumbs up' ),
array( '❤️', 'heart' ),
array( '🔥', 'fire' ),
);This has multiple issues:
- it is difficult to add an emoji "in between" (with a filter, like thumb up, thumb down, heart, ...)
- no keywords for searching
- would be nice to have a
Make it more verbose like
[
'icon' => '👍',
'name' => 'thumb up',
'order' => 10, // space 10 apart, so we can fit in between.
'keywords' => ['confirm', 'positive', 'yes', ...]
]Make this more filter-aba
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is needed