I have read several posts on this forum about icons and followed all the steps, and I’m at a loss in regard to why I can’t get my image to display, logo-23x23@1x.png
. I also have one for @2x as well. All the posts were in reference to Photoshop, but I think doing this for InDesign would be a similar process.
Here’s a snippet of my manifest
"entrypoints": [
{
"type": "panel",
"id": "BLOX_Total_CMS",
"label": "BLOX Total CMS",
"icons": [
{
"width": 23,
"height": 23,
"path": "icons/icon-23x23.png",
"scale": [
1,
2
],
"theme": [
"all"
]
}
],```