mozaik-ext-list

Mozaik list widgets


Keywords
list, widget, extension, dashboard
License
MIT
Install
npm install mozaik-ext-list@0.0.3

Documentation

Mozaïk list widgets

[![NPM version][npm-image]][npm-url]

List Widget Configuration

Api Configuration

No API configuration is needed.

Dashboard Configuration

{
  // ...
  {
    type:               'list.list',
    title:              'Your List',
    url:                'https://dl.dropboxusercontent.com/u/19253297/test2.json',
    pathText:           '$..summary',
    columns: 2, rows: 1,
    x: 1, y: 0
  }
}

Parameters

key required description
url yes The URL to fetch the value
title yes The title of your widget
pathText yes   *The JSON path to the text to show per item