Skip to content

Latest commit

 

History

History
 
 

content-type-visualizer

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Content Type Visualizer – Contentstack Extension

About this extension.

Content Type Visualizer Dashboard Widget offers a graphical representation of all content types, along with their fields, in a particular stack.

Content Type Visualizer Screenshot

How to use this extension

We have created a step-by-step guide on how to create a Content Type Visualizer extension for your content types. You can refer the Content Type Visualizer extension guide on our documentation site for more info.

Other Documentation

Modifying Extension

To modify the extension, first clone this repo and install the dependencies. Then, edit the HTML, CSS and JS files from the source folder, and create a build using gulp task.

To install dependencies, run the following command in the root folder

npm install gulp-cli -g
npm install

To create new build for the extension, run the following command (index.html):

gulp build