mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-19 00:22:15 +00:00
- css refactoring to grid for emoji picker
- frontend build
This commit is contained in:
@@ -254,7 +254,7 @@ class AppFunctionsController extends Controller
|
||||
*/
|
||||
public function get_emojis_list()
|
||||
{
|
||||
$emojisList = json_decode(file_get_contents(public_path('assets/emojisList.json'), true));
|
||||
$emojisList = json_decode(file_get_contents(public_path('assets/emojis.json'), true));
|
||||
|
||||
return collect([$emojisList]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user