Hello,
I have a block that contains operations. For each operation I have an input parameter that is typed by another block. The block used as a type has a long path which is displayed in the containment tree. I was wondering if there is a setting that allows me to not display the extended path to the block. E.g.,
Instead of this:
in reportName : OuterPackageName::NextPackageName::AnotherPackageName::FinalPackageName::ReportType[1..*]
A shortened version:
in reportName : ReportType[1..*]
Thanks