From f683d5ef5079326d02cf34e2ef7eb37e61cb4aa4 Mon Sep 17 00:00:00 2001 From: karantalapalli Date: Fri, 11 Mar 2022 15:48:10 +0530 Subject: [PATCH] feat: update ui extension sdk repo readme [ECO-656] --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 6050fb9d..ddef2d07 100755 --- a/README.md +++ b/README.md @@ -58,11 +58,15 @@ Some of the examples of custom widget extensions are: - [**Optimizely Experiments**](https://github.com/contentstack/extensions/tree/master/optimizely-experiments) - Lets you retrieve and display Optimizely Experiments and their details in your entry. +- [**Developer Tools**](https://github.com/contentstack/extensions/tree/master/developer-tools) - This widget extension provides developers with quick tools (API endpoint, JSON, etc.) to work with an entry or all entries of a content type and do a lot more. + ### Dashboard Widgets Some of the examples of the dashboard widget extensions are: - [**Google Analytics**](https://github.com/contentstack/extensions/tree/master/dashboard-widget-google-analytics) - Displays the traffic analysis and statistics of your site on the stack dashboard. +- [**Content Type Visualizer**](https://github.com/contentstack/extensions/tree/master/content-type-visualizer) - Content Type Visualizer Dashboard Widget offers a graphical representation of all content types, along with their fields, in a particular stack. + ## Using Contentstack styles Extensions are rendered within an iframe, you will need to include the ui-extension-sdk.min.css library within your custom extension in order to use any of the styles provided by Contentstack.