Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lumimario committed Oct 1, 2023
1 parent 3f11371 commit e6c0b84
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Documentation/Configuration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ To make your life easier we have included some help to configure your packages i

### User preconfigurations

You can add your own preconfigurations. For this to work you will need to create an `App_Plugins/Iconic/` file in your project and add the desired configurations in there. This file needs to look like:
You can add your own preconfigurations. For this to work you will need to create an `/App_Plugins/Iconic/` file in your project and add the desired configurations in there. This file needs to look like:

``` json
{
Expand All @@ -106,5 +106,6 @@ You can add your own preconfigurations. For this to work you will need to create
]
}
```
These configs will be added to the Iconic preconfigs.

Note that the new config objects go in a `preconfigs` array and need to specify three properties: name, selector and template.
9 changes: 8 additions & 1 deletion Documentation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,11 @@ If you have information to share about how to configure a specific icon set, or
To contribute [Code](https://github.com/skartknet/Iconic/pulls), [Issues/Bugs](https://github.com/skartknet/Iconic/issues), [Ideas, etc.](https://github.com/skartknet/Iconic/discussions) check out the [GitHub site](https://github.com/skartknet/Iconic).

## Need Help?
Head over to the [Discussions section](https://github.com/skartknet/Iconic/discussions/categories/q-a) to see if anyone else has solved you particular issue, or [add your own "Q&A" categorized post](https://github.com/skartknet/Iconic/discussions/new?category=q-a).
Head over to the [Discussions section](https://github.com/skartknet/Iconic/discussions/categories/q-a) to see if anyone else has solved you particular issue, or [add your own "Q&A" categorized post](https://github.com/skartknet/Iconic/discussions/new?category=q-a).

# Changelog

## v5.4
- Update Material icons codepoints
- Fixed Rules source file not taking default CSS file is empty. (#41)
- Added support for user preconfigs

0 comments on commit e6c0b84

Please sign in to comment.