-
Notifications
You must be signed in to change notification settings - Fork 496
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plugins folder and element-templates folder in different locations on Mac #597
Comments
Same problem on Windows. We should fix that to avoid confusion. |
nikku
added a commit
that referenced
this issue
Jan 23, 2019
* make resources/plugins the first path to search for plug-ins * update plugins stub ship with release * update plug-in documentation Closes #597
nikku
added a commit
that referenced
this issue
Jan 24, 2019
* make resources/plugins the first path to search for plug-ins * update plugins stub ship with release * update plug-in documentation Closes #597
barmac
pushed a commit
that referenced
this issue
Jan 24, 2019
* make resources/plugins the first path to search for plug-ins * update plugins stub ship with release * update plug-in documentation Closes #597
barmac
pushed a commit
that referenced
this issue
Jan 24, 2019
* make resources/plugins the first path to search for plug-ins * update plugins stub ship with release * update plug-in documentation Closes #597
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On macOS you have to add plugins to the folder:
/Users/{user_name}/Library/Application Support/camunda-modeler/plugins
For element-templates following folder is used:
/Users/{user_name}/Library/Application Support/camunda-modeler/resources/element-templates
From my point of view one should follow the same structure for element-templates & plugins, so that we have either:
/Users/{user_name}/Library/Application Support/camunda-modeler/plugins
/Users/{user_name}/Library/Application Support/camunda-modeler/element-templates
or
/Users/{user_name}/Library/Application Support/camunda-modeler/resources/plugins
/Users/{user_name}/Library/Application Support/camunda-modeler/resources/element-templates
The text was updated successfully, but these errors were encountered: