-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
12bb729
commit 41e4875
Showing
1 changed file
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
# ACF Field Type Template | ||
# ACF Custom Icon Selector | ||
|
||
Welcome to the official Advanced Custom Fields - Field Type Template repository on GitHub. Here you will find a starter-kit for creating a new field type plugin. | ||
A simple drop down that will list custom icons based on an array. It outputs a font icon class. To convert the custom SVG icon to a font icon you can use [Icomoon](https://icomoon.io/app/) | ||
|
||
Looking for documentation? Please read the [Creating a new field type guide](https://www.advancedcustomfields.com/resources/creating-a-new-field-type/). | ||
TODO: | ||
- Create better way to import array of icons |