Icon Configuration
The icon config is located at app/config/icons.php
. Here is were file types are mapped to their respective icons. The mapping is a PHP array where the array key is the file extension (without a preceding dot) and the array value is the desired Font Awesome class names.
Example
Last updated