Defines icons that used for displaying the custom content.
1 2 3 4 5 6 7 8
{
"item": {
"width": 16,
"height": 16,
"url": "/item.png"
}
}
item
Type | |
Required | Yes |
Description | Defines an icon that used for displaying a single custom content item in:
Defines an icon to display. Example1 2 3 4 5 6 7 8
|
url |
| ||||||||
height |
| ||||||||
width |
|
create
Type | |
Description | Defines an icon that is used for custom content items in the create dialog. Defines an icon to display. Example1 2 3 4 5 6 7 8
|
url |
| ||||||||
height |
| ||||||||
width |
|
list
Type | |
Description | Defines an icon that used for displaying list of custom content items in:
It will fallback to item icon if this field is not specified. In that case, please ensure the item icon is larger or equals to 20x20 pixels. Defines an icon to display. Example1 2 3 4 5 6 7 8
|
url |
| ||||||||
height |
| ||||||||
width |
|
Rate this page: