starring-jane / wordplate-fontawesome-picker
A package that allows you to pick icons from fontawesome with wordplate
Installs: 3 032
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 4
Forks: 1
Open Issues: 1
Language:Vue
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