Is there a list somewhere of icon names that can be used in Elements properties? For example:
{
"title": "Rows",
"icon": "tablecells",
"properties": [
{
"title": "Links",
"property": "links",
"collection": {
"identifier": "com.acme.table.collections.rows"
}
}
]
},
If I want to replace the tablecells icon?
I couldn’t find anything in the documentation although I may have missed it?