How do I edit a marketplace module?

0
Well guys this is it my biggest challenge so far, I want to use this widget:   Tree, Organogram, Pert diagram - TreeGraphWidgets collection   The issue is, I want the orgchart to generate in reverse, instead of from top to bottom from bottom to top, dont see any way I could do this without edit the module main functionality (If you have something in mind without editing the module please do tell), so I was wondering How can I edit this marketplace module?   I went to GitHub download the repo, but I am unable to generate the .mpk file for my changes, I feel like the documentation in this project is very scarce for a newbie. If you have experience customize marketplace modules to suit your needs your advice will be greatly appreaciated!
asked
1 answers
0

Have a look at the Mendix documentation on building widgets, starting here: https://docs.mendix.com/howto/extensibility/pluggable-widgets/

Here you'll find the information on how to create/ change widgets and the mpk file creation.

answered