Add custom icons into twill
I add the icons into the path
resource/views/admin/icons
and I run the command, result is ok, but when I load the Editor on admin, it not working
I had followed with https://twill.io/docs/block-editor/creating-a-block-editor.html#list-existing-icons but when I add config into config/twill.php file, Editor not working at all and don't show anything
How can I show custom icons in the editor screen ?7 Replies
I have the same issue
Hi guys, without changing any configuration you should be able to put your custom icons under
resource_path('views/twill/icons')
.I moved the icons into
resource_path('views/twill/icons')
but it's still not working and also not show the list icons when I run the command line php artisan twill:list:icons
Hmm ok sorry to hear that, we'll look into it.
Yw
Btw it would be nice if I could use bigger images instead of small icons. 🙂
Hi, I'm working with twill and I'm having problems with custom icons, they aren't showing. I have done the needed configuration at twill.php also created the icons folder, and I'm not getting any error.