Collapsed Icon View of the Panel

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.

Screenshot 2025-01-08 105436

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"
					]
				}
			],```

Try to remove the brackets in the “theme”:

You have

"theme": [
   "all"
]

Try removing the square brackets:

"theme": "all"

Maybe InDesign is trying to find the “all” theme which doesn’t exists, rather using “all” without the square brackets to include all of them.

Perhaps it is an InDesign-specific problem that has yet to be resolved. Here is the helpful page.

Thank you for your reply. Somehow I missed that post. It appears that we’re still waiting for a solution to this issue.

1 Like