This repository has been archived by the owner on Aug 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from Dolphiq/development
Small fixes and improvements
- Loading branch information
Showing
10 changed files
with
81 additions
and
61 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,4 +1,13 @@ | ||
# Changelog | ||
|
||
## 1.0.3 - 2017-10-06 | ||
|
||
### Changed | ||
- Removed dynamic resource file from the repository | ||
|
||
### Added | ||
- Added screenshots to the readme. | ||
- Added resource links to download font packages | ||
|
||
## 1.0.2 - 2017-09-06 | ||
- Initial release |
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 |
---|---|---|
|
@@ -3,6 +3,14 @@ | |
Craft plugin that provides a new field type that offers users an easy way to pick an icon from a .woff or .ttf font file. | ||
You can easily use ionicons or font awesome icons | ||
|
||
**Note**: This plugin may become a paid add-on when the Craft Plugin store becomes available. | ||
|
||
## Requirements | ||
* Craft 3.0 (beta 20)+ | ||
* PHP 7.0+ | ||
* PhenX PHP Font Lib | ||
* One or more .ttf or .woff files | ||
|
||
## Example | ||
|
||
### Example of the field usage in the template for a cms user | ||
|
@@ -80,5 +88,6 @@ Display an icon with a custom class: | |
|
||
|
||
### Contributors & Developers | ||
Lucas Weijers - [email protected] | ||
Brought to you by [Dolphiq](Https://dolphiq.nl) | ||
Lucas Weijers - Original developer | ||
Johan Zandstra - Minor changes | ||
Brought to you by [Dolphiq](Https://dolphiq.nl) [email protected] |
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
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
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 |
---|---|---|
|
@@ -37,4 +37,4 @@ public function init() | |
|
||
parent::init(); | ||
} | ||
} | ||
} |
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 |
---|---|---|
|
@@ -26,4 +26,4 @@ public function init() | |
|
||
parent::init(); | ||
} | ||
} | ||
} |
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
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
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
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