Skip to content

Commit

Permalink
Add line awesome font to icon picker docs (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
promatik authored Sep 6, 2021
1 parent 74fc728 commit f85f4cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 4.1/crud-fields.md
Original file line number Diff line number Diff line change
Expand Up @@ -814,7 +814,7 @@ Include an <input type="hidden"> in the form.
<a name="icon-picker"></a>
### icon_picker

Show an icon picker. Supported icon sets are fontawesome, glyphicon, ionicon, weathericon, mapicon, octicon, typicon, elusiveicon, materialdesign as per the jQuery plugin, [bootstrap-iconpicker](http://victor-valencia.github.io/bootstrap-iconpicker/).
Show an icon picker. Supported icon sets are fontawesome, lineawesome, glyphicon, ionicon, weathericon, mapicon, octicon, typicon, elusiveicon, materialdesign as per the jQuery plugin, [bootstrap-iconpicker](http://victor-valencia.github.io/bootstrap-iconpicker/).

The stored value will be the class name (ex: fa-home).

Expand All @@ -823,7 +823,7 @@ The stored value will be the class name (ex: fa-home).
'label' => "Icon",
'name' => 'icon',
'type' => 'icon_picker',
'iconset' => 'fontawesome' // options: fontawesome, glyphicon, ionicon, weathericon, mapicon, octicon, typicon, elusiveicon, materialdesign
'iconset' => 'fontawesome' // options: fontawesome, lineawesome, glyphicon, ionicon, weathericon, mapicon, octicon, typicon, elusiveicon, materialdesign
],
```

Expand Down

0 comments on commit f85f4cd

Please sign in to comment.