mirror of
https://ghproxy.net/https://github.com/AlxMedia/magaziner.git
synced 2025-08-28 09:43:30 +08:00
17 lines
341 B
Markdown
17 lines
341 B
Markdown
|
# control-fontawesome
|
||
|
|
||
|
## Installation
|
||
|
|
||
|
First, install the package using composer:
|
||
|
|
||
|
```bash
|
||
|
composer require kirki-framework/field-fontawesome
|
||
|
```
|
||
|
|
||
|
Make sure you include the autoloader:
|
||
|
```php
|
||
|
require_once get_parent_theme_file_path( 'vendor/autoload.php' );
|
||
|
```
|
||
|
|
||
|
This field creates a dropdown containing all names for the font-awesome v4.7
|