Hi, I would suggest not to use icons, but go to the website manager and click the "render block thumbnails" button. The rendered blocks are more clear to use and less time consuming to configure then finding an appropriate icon. However, if you really want an icon, you can create a config.php file in the folder of your block. With an array that contains "icon" => "fa-check".
Hi, I would suggest not to use icons, but go to the website manager and click the "render block thumbnails" button. The rendered blocks are more clear to use and less time consuming to configure then finding an appropriate icon. However, if you really want an icon, you can create a
config.php
file in the folder of your block. With an array that contains"icon" => "fa-check"
.