cs-icon.svg

Content Type Visualizer Dashboard Extension

Note: This documentation uses the legacy approach with extensions. We have launched Content Type Visualizer as a Marketplace App. For more information on Content Type Visualizer, please refer to the Content Type Visualizer App Installation Guide.

Content Type Visualizer Dashboard Extension offers a graphical representation of all content types, along with their fields, in a particular stack. This is similar to an ER diagram which is most commonly used in database management.

When you add the Content Type Visualizer extension to your dashboard, Contentstack users can easily get a diagrammatic view of all content types in a particular stack along with relationships between the content types, for example, one to one or one to many, and so on.

This step-by-step guide explains how to add the Content Type Visualizer Dashboard Extension for your Stack Dashboard.

Steps for Execution

Using this extension is a two-step process:

  1. Add Content Type Visualizer extension to your Stack Dashboard
  2. Use the extension

Let's discuss these steps in detail.

  1. Add Content Type Visualizer Extension to Your Stack Dashboard

    To add the Content Type Visualizer Dashboard Extension, log in to your Contentstack account and perform the following steps:

    1. Go to your stack and click the “Settings icon on the left navigation panel.
    2. Click on Extensions. You can also use the shortcut keys “alt + X” for Windows OS users, and “option + X” for Mac OS users to access the extensions menu.
    3. Click on the + New Extension button on the top and select Create new. Content_Type_Visualizer_Dashboard_Widget_1_highlighted.png
    4. On the Select Extension Type page, select Dashboard Extension. You will be directed to the Create New Dashboard page, where you need to enter details in the fields as given below:
      1. Title: Provide a suitable title, for example, Content Type Visualization.  
      2. Default width: Select Full Width.
      3. Hosting method: Select Hosted by Contentstack. As soon as you do this, you will see the Extension source code field below.
      4. Copy and paste the code from index.html, which is inside the root directory, in the extension.
      5. External source code: In this field, you need to enter the extension code. If extensions are part of your plan, get the source code from our Dashboard Widgets GitHub page.
      6. Config parameters: Enter the configuration details for the extension.
        You need to provide the app host (region where your app is hosted, that is North America or European region, for example, app.contentstack.com)
        {
            "appHost": "app.contentstack.com"
        }
        
        For the Europe region, please use "eu-app.contentstack.com". Similarly, for Azure North America, use "azure-na-app.contentstack.com", and for Azure Europe, use “azure-eu-app.contentstack.com”.
      7. Enable dashboard extension: Select this option to ensure all stack users are able to view the Content Type Visualizer extension on their respective screens. 
    5. Click on Save to create your custom dashboard extension. 
  2. Use the Extension

    Once you have added your Dashboard Extension, navigate to the Dashboard by clicking on the Dashboard button at the top of the left navigation panel. 

    You should be able to see the Content Type Visualizer Dashboard Extension added to your Dashboard as shown below:

    Content_Type_Visualizer_Dashboard_Widget_2_no_highlight.png


    You can click on the refresh button to refresh the Dashboard Extension if new content types have been added and you want to reflect them in the extension. Moreover, you can zoom in or zoom out by clicking on the + and - icons respectively.

    You can see the name of the content type, and clicking on a small icon to the right of the content type name helps you get the JSON preview as shown below:

    Content_Type_Visualizer_Dashboard_Widget_3_highlighted.png


    You can simply copy the JSON and use it as required. Field count: 5 in the following screenshot represents the number of fields in the selected content type. Also, below it, there is an entry count that represents the total number of published entries in that content type:

    Content_Type_Visualizer_Dashboard_Widget_4_highlighted.png


    The Select Environment dropdown lists all the environments in your stack. Through this dropdown, you can select the environment, and it gives you the published entry count for that particular environment.

    Content_Type_Visualizer_Dashboard_Widget_5_highlighted.png


    If you click on the pencil icon (as shown in the screenshot below) next to the content type name, you'll be directed to the Content Type Builder page, where you can edit the content type as required.

    Content_Type_Visualizer_Dashboard_Widget_6_highlighted.png

Was this article helpful?
^