Provides a shortcut for adding icons based on David Vignoni's Nuvola icon set.
The current version of griffon-nuvolaicons-plugin is 0.2
To install just issue the following command
griffon install-plugin nuvolaicons |
The following nodes will become available on a View script upon installing this plugin
Node |
Property |
Type |
Default |
Required |
Bindable |
Notes |
|---|---|---|---|---|---|---|
nuvolaIcon |
icon |
String |
|
|
|
A valid nuvola icon name |
|
size |
int |
16 |
|
|
Value must be one of [16, 22, 32, 48, 64, 128] |
|
category |
String |
'actions' |
|
|
Value must be one of [actions, apps, devices, filesystems, mimetypes] |
![]()
Version |
Date |
Notes |
|---|---|---|
0.2 |
03-09-11 |
release sync with Griffon 0.9.2 |
0.1 |
07-26-10 |
first release |