0.0.3 • Published 8 years ago

mozaik-ext-list v0.0.3

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

Mozaïk list widgets

NPM version

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

keyrequireddescription
urlyesThe URL to fetch the value
titleyesThe title of your widget
pathTextyes  *The JSON path to the text to show per item