Pluggable Widgets toolbox category

0
Hi there,   I'm developing my first pluggable widget. Referring the official Mendix documentation here, the category should be defined by setting a tag "studioProCategory" into the Widget.xml file. However, this can cannot be resolved, so I think something has changed there.   Does anybody know how I can set the toolbox category in which the widget should appear?   Thanks, Holger
asked
2 answers
1

Hi Holger,

 

The order in which the xml elements appear is crucial to the widget being parsed correctly by Studio Pro. I am able to categorize my widget like so:

Widget Definition file specifying a Studio Pro CategoryThe custom defined Studio Pro category

This example uses `@mendix/pluggable-widgets-tools` version `10.12.1` and Studio Pro 10.13 but should also hold for earlier versions.

 

I hope this helps.

 

Best,

Arjo

answered
0

Oh man, I didn't realize that the order is crucial...

Never faced something like that :-(

 

Thanks Arjo, for your help!

 

Best,

Holger

answered