Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kylephillips/acf-icomoon-select
Advanced Custom Fields (ACF) field type that creates an icon selection from icomoon.io JSON
https://github.com/kylephillips/acf-icomoon-select
Last synced: 3 months ago
JSON representation
Advanced Custom Fields (ACF) field type that creates an icon selection from icomoon.io JSON
- Host: GitHub
- URL: https://github.com/kylephillips/acf-icomoon-select
- Owner: kylephillips
- Created: 2017-06-22T19:19:00.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-19T14:12:22.000Z (almost 7 years ago)
- Last Synced: 2024-05-02T02:14:46.557Z (6 months ago)
- Language: PHP
- Homepage:
- Size: 106 KB
- Stars: 6
- Watchers: 2
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ACF Icomoon Selection Field
This field type generates a list of icons from which to choose using a selection.json file from icomoon.io.
The file may be uploaded manually, or a path may be specified. Specifying a path allows for icon updates by replacing the file on the server.
![Field Type Settings](/screenshots/screenshot-settings.png?raw=true "Field Type Settings")
![Icon List](/screenshots/screenshot-icon-field.png?raw=true "Icons are displayed in a dropdown list for selection")
![Icon Selection](/screenshots/screenshot-selection.png?raw=true "Icons may be returned as a prefixed name, or as an svg element")
### Compatibility
This ACF field type is compatible with:
* ACF 5### Installation
1. Copy the `acf-icomoon-select` folder into your `wp-content/plugins` folder
2. Activate the Icomoon Select plugin via the plugins admin page
3. Create a new field via ACF and select the Icomoon Select type
4. Please refer to the description for more info regarding the field type settings### Changelog
Please see `readme.txt` for changelog