Community
Participate
Working Groups
Example: in the GalleryEditor.sdef add the following: <composite> <id>Radius-composite</id> <content> <property-editor>Radius</property-editor> </content> </composite> And replace <property-editor>Radius</property-editor> With: <include> <part>Radius-composite</part> </include> Run and notice the Radius property does not appear.
Are you using sdef editor? When I tried to reproduce it with sdef editor, the problem was obvious. If you go to add a UI part under Then in an <if>, the include is not an option. The list of possible types for then/else lists got out of sync with the master list of form parts.
Fixed. Please verify.
Verified, closing.