Quantcast
Channel: C1 CMS Foundation - Open Source on .NET
Viewing all articles
Browse latest Browse all 2540

New Post: EntityTokenType is null

$
0
0
If you want to have your own perspective in the C1 Console, you can use a tree definition for that. Here is the guide:

How to Display Elements in Custom Perspectives

For example, if you want a new perspectived called "Transfer", you can create an XML file in ~/App_Data/Composite/TreeDefinitions:
<?xml version="1.0" encoding="utf-8"?>
<ElementStructure xmlns="http://www.composite.net/ns/management/trees/treemarkup/1.0" xmlns:f="http://www.composite.net/ns/function/1.0">
  <ElementStructure.AutoAttachments>
    <NamedParent Name="PerspectivesRoot" Position="Top" />
  </ElementStructure.AutoAttachments>
  <ElementRoot>
    <Children>
      <Element Id="TransferRoot" Label="Transfer">
      </Element>
    </Children>
  </ElementRoot>
</ElementStructure>
(This will create an empty perspective.)

Please don't forget to give access to the new perspective to the user account you log in with.

Viewing all articles
Browse latest Browse all 2540

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>