silverstripe-australia/json-connector

A JSON connector for the external content module.

Installs: 3 683

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 1

Open Issues: 0

Type:silverstripe-module

1.4.1 2016-10-12 10:42 UTC

This package is auto-updated.

Last update: 2024-03-29 03:09:25 UTC


README

A JSON feed consumer for the external content module. Makes use of JSONPath for selecting the data to be included from the feed, and how to map those items to data for import.

Usage

  • Create a new JSON content source
  • Enter the feed URL
  • Enter a JSONPath expression that represents the 'collection' of data
  • Specify some property mappings, in particular ID and Title

For example, enter the following information