1. Go to this page and download the library: Download cbp/redactor-fa-list library. Choose the download type require.
2. Extract the ZIP file and open the index.php.
3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
cbp / redactor-fa-list example snippets
return [
'icons' => [
"heart",
"star"
]
];
return [
'icons' => [
["heart" => "fal"], // this will be the Light style
["heart" => "fad"], // this will be the Duotone style
"star", // this defaults to Solid style
["creative-commons" => "fab"] // this will be the Brands style
]
];