@contentstack/ui-extensions-sdk

2.2.3 • Public • Published

Contentstack Extensions SDK

The Extensions SDK allows you to extend Contentstack’s UI by helping you create Custom Fields, Custom Widgets, and Dashboard Widgets.

Custom Fields enable users to introduce simpler interface controls, such as color picker, code editor, video selector, and more, or maybe complex micro web applications such as Shopify or Snipkart. Because of their dissociated nature, custom fields can be reused multiple times.

Custom Widgets are like micro content-processing apps that help you analyze the entry content and provide recommendations. Some of the useful widgets you can create using this type of extension are text intelligence, SEO recommendations, language translation, grammar checker and more.

Dashboard Widgets let you add powerful widgets to the stack’s dashboard that let users do more from a centralized location. Some examples of this type of extension include personal notes, recently published content, notification centre, and stack usage summary.

This SDK overview document introduces you to the concept of custom extensions.

Getting started

Include the compiled version of the extension client library by adding the following line to your application.

<script
    src="https://unpkg.com/@contentstack/ui-extensions-sdk@2.2.3/dist/ui-extension-sdk.js"
    integrity="sha512-LMktiFAj7j/AUFctMlgY8qmLrLIQVctwwCsnCXIWnvgF9JlanilvFbZxOCtPNB5eO3vp2Nhw9ED1UsWa+ltSvQ=="
    crossorigin="anonymous"
></script>

Extensions examples

Custom Fields

Some of the examples of custom field extensions are:

  • Color Picker - Displays a native color picker polyfill that allows users to select color as input value and saves the color code in the backend

  • Ace Editor - Displays a code editor written in JavaScript, allowing you to edit HTML, PHP, JavaScript and more easily

  • JSON Editor - Displays a simple editor that lets you view, edit and format JSON code within the field of your content type

  • Key-value Field - Lets you add key-value as input value of a field of your content type

  • Progress Bar - Allows users to set value of a field by sliding the progress bar to the left or right

  • Star Ratings - Lets you provide rating by choosing number of stars

  • Brightcove - Lets you fetch and display your Brightcove videos into a field of your content type.

  • Shopify - Lets you load products of your Shopify store into the field of your content type.

  • Egnyte - Allows you to fetch files of your Egnyte account and display them into a field of your content type.

  • Ooyala - Lets you fetch and display your Ooyala videos into a field of your content type.

  • Optimizely - Lets you serve personalized content by allowing you to select the audience for each entry.

  • Youtube - Lets you fetch and display your Youtube videos into a field of your content type.

  • External API Lookup - Lets you fetch data from an external API and display the data as possible values for the field on an entry page in Contentstack.

Custom Widgets

Some of the examples of custom widget extensions are:

  • Text Intelligence - Lets you use MonekyLearn APIs to provide helpful recommendations such as content summarizer, keyword extractor, retail classifier, etc.

  • Google Analytics - Displays the traffic analysis and statistics of your entry (using Google Analytics data) on the sidebar of the entry.

  • Optimizely Experiments - Lets you retrieve and display Optimizely Experiments and their details in your entry.

  • 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 - Displays the traffic analysis and statistics of your site on the stack dashboard.

  • 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.

Include the CSS file in your extension code as follows:

<link
    rel="stylesheet"
    type="text/css"
    href="https://unpkg.com/@contentstack/ui-extensions-sdk/dist/ui-extension-sdk.css"
    integrity="sha512-yPPI/jWiqPr0HIh+1A2QPP5p58sSYqbPoBykxIuBckT1vzGwNbrOmwYM03qGI4ffnxd7q4kkoDys0kdZzxYn9A=="
    crossorigin="anonymous"
/>

For more information on styling your extension, refer to our style guide.

More information

License

Licensed under MIT.

Package Sidebar

Install

npm i @contentstack/ui-extensions-sdk

Weekly Downloads

3,066

Version

2.2.3

License

MIT

Unpacked Size

423 kB

Total Files

7

Last publish

Collaborators

  • cloudaccounts
  • sagar_kamble
  • rohan-naik
  • dkka_contentstack
  • harshalpatel91