starring-jane / wordplate-fontawesome-picker
A package that allows you to pick icons from fontawesome with wordplate
Package info
github.com/starringjane/wordplate-fontawesome-picker
Language:Vue
pkg:composer/starring-jane/wordplate-fontawesome-picker
3.0.1
2025-01-07 17:41 UTC
Requires
- vinkla/extended-acf: >=7.0
README
Wordplate Fontawesome Picker
A package that allows you to pick icons from with wordplate
Installation
Download the icons from https://fontawesome.com and put them in your repository
Then require the package
composer require starring-jane/wordplate-fontawesome-picker
Create a WordplateFontawesomePicker instance in functions.php and add the path to the icons you just downloaded
use StarringJane\WordplateFontawesomePicker\WordplateFontawesomePicker; $path_to_icons = '...'; WordplateFontawesomePicker::create($path_to_icons);
Usage
use StarringJane\WordplateFontawesomePicker\Fields\IconPicker; IconPicker::make('Icon') ->instructions('Click to select an icon');
Contributors
- Jef Vermeire (jef@starringjane.com)
- Maxim Vanhove (maxim@starringjane.com)
Credits
Special thanks to the contributors of wordplate for allowing us to create Wordpress websites in a modern development environment
