camunda / camunda-modeler

An integrated modeling solution for BPMN, DMN and Forms based on bpmn.io.
https://camunda.com/products/modeler
MIT License
1.49k stars 477 forks source link

get plugin directory #4222

Closed tayfuncelik closed 5 months ago

tayfuncelik commented 5 months ago

Problem you would like to solve

getPluginsDirectory method is not working because it is deprecated . how can we get plugin directory ?

var img = document.createElement('img'); img.src = getPluginsDirectory() + '/camunda-modeler-plugin-example/logo.png';

Proposed solution

non

Alternatives considered

none

Additional context

No response

philippfromme commented 5 months ago

Closed as duplicate of https://github.com/camunda/camunda-modeler/issues/4223.