How do I add the ">" icon on my plugin button?

,

Some plugins have it some don’t.
I assume it is an “uiEntryPoints” parameter but I can’t find it.

It appears automatically when there are multiple entries in the entrypoints. It depends on manifestVersion, this is an example of v4.

"entryPoints": [
  {
    "type": "panel",
    "id": "samplePanel",
    "label": {
      "default": "Sample Panel"
    }
  }, 
  {
    "type": "command",
    "id": "sampleMenu",
    "label": {
      "default": "Sample Menu"
    }
  }
]
1 Like