|
Use a different DisplayType, e.g. "MyCustomRendering" instead of "Detail".
Then in Placement.info you can use it to show and hide parts (actually by default most things don't show with a custom display type):
<Match DisplayType="MyCustomRendering">
<Place Parts_Common_Body="-"/>
<!-- ... etc ... -->
</Match>
|