Hi everyone,
Has anything changed in the labelling of the plugin panel with UXP 8? I only get the default value from the manifest for the label at runtime. Or is this a bug?
Background: The panel in InDesign gets the name from the label and I find the panel via app.panels.itemByName(label).
Extract from manifest.json
{
...
"main": "index.html",
"manifestVersion": 5,
"host": {
"app": "ID",
"minVersion": "19.5.0"
},
"entrypoints": [
{
"type": "panel",
"id": "accessibility4InDesignPanel",
"label": {
"default": "Accessibility",
"en": "Accessibility",
"de": "Barrierefreiheit"
},
"description": {
"default": "Assistance for accessibility in InDesign.",
"de": "Unterstützung bei der Barrierefreiheit in InDesign."
},
...
}
],
...
}
Thanks!
Roland