<ElementStructure.AutoAttachments>
<NamedParent Name="PerspectivesRoot" Position="Bottom" />
</ElementStructure.AutoAttachments>
Renders the perspective in the top instead of the bottom!
<ElementStructure.AllowedAttachments ApplicationName="MyApplication">
<DataType Type="Composite.Data.Types.IPage" Position="Top"/>
</ElementStructure.AllowedAttachments>
Renders the application in the bottom (below the sub pages) instead of the top (above the sub pages)!
Am I doing it wrong?
<NamedParent Name="PerspectivesRoot" Position="Bottom" />
</ElementStructure.AutoAttachments>
Renders the perspective in the top instead of the bottom!
<ElementStructure.AllowedAttachments ApplicationName="MyApplication">
<DataType Type="Composite.Data.Types.IPage" Position="Top"/>
</ElementStructure.AllowedAttachments>
Renders the application in the bottom (below the sub pages) instead of the top (above the sub pages)!
Am I doing it wrong?