Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

refactor(examples): mv list-of-links JSON callback examples into folder #840

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ Versioning](http://semver.org/spec/v2.0.0.html).

### Documentation


+ Refactored localhost example `list-of-links` JSON callbacks into a folder of
examples (#840)

## [10.3.0][] - 2018-09-19

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@
{
"textSingular": "unfulfilled schema",
"textPlural": "unfulfilled schemas",
"feedUrl": "list-of-links-via-url.json",
"feedUrl":
"staticFeeds/example-json-callbacks/list-of-links/list-of-links-via-url.json",
"actionUrl": "http://www.google.com"
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@
{
"textSingular": "unfulfilled schema",
"textPlural": "unfulfilled schemas",
"feedUrl": "list-of-links-via-url.json",
"feedUrl":
"staticFeeds/example-json-callbacks/list-of-links/list-of-links-via-url.json",
"actionUrl": "http://www.google.com"
}
]
Expand Down
6 changes: 4 additions & 2 deletions components/staticFeeds/sample-widget__list-of-8-links.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,15 @@
"nodeId": "-1",
"title": "List of (many) Links widget type",
"description": "Demonstrates presentation when seven or more links",
"url": "staticFeeds/list-of-8-links-via-url.json",
"url":
"staticFeeds/example-json-callbacks/list-of-links/list-of-8-links-via-url.json",
"iconUrl": null,
"faIcon": "fa-briefcase",
"fname": "list-of-links-type",
"lifecycleState": "PUBLISHED",
"target": null,
"widgetURL": "/staticFeeds/list-of-8-links-via-url.json",
"widgetURL":
"/staticFeeds/example-json-callbacks/list-of-links/list-of-8-links-via-url.json",
"widgetType": "list-of-links",
"widgetTemplate": null,
"widgetConfig": {
Expand Down
6 changes: 4 additions & 2 deletions components/staticFeeds/sample-widget__list-of-links.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,15 @@
"nodeId": "-1",
"title": "List of Links widget type",
"description": "Convenient access to up to seven hyperlinks, sourced from widget configuration or from URL",
"url": "staticFeeds/list-of-links-via-url.json",
"url":
"staticFeeds/example-json-callbacks/list-of-links/list-of-links-via-url.json",
"iconUrl": null,
"faIcon": "fa-briefcase",
"fname": "list-of-links-type",
"lifecycleState": "PUBLISHED",
"target": null,
"widgetURL": "/staticFeeds/list-of-links-via-url.json",
"widgetURL":
"/staticFeeds/example-json-callbacks/list-of-links/list-of-links-via-url.json",
"widgetType": "list-of-links",
"widgetTemplate": null,
"widgetConfig": {
Expand Down
6 changes: 4 additions & 2 deletions components/staticFeeds/sample-widget__list-of-no-links.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,15 @@
"nodeId": "-1",
"title": "List of Links widget type with no links",
"description": "Demonstrates list-of-links edge case of zero links.",
"url": "staticFeeds/list-of-no-links-via-url.json",
"url":
"staticFeeds/example-json-callbacks/list-of-links/list-of-no-links-via-url.json",
"iconUrl": null,
"faIcon": "fa-briefcase",
"fname": "list-of-links-type-zero-links",
"lifecycleState": "PUBLISHED",
"target": null,
"widgetURL": "/staticFeeds/list-of-no-links-via-url.json",
"widgetURL":
"/staticFeeds/example-json-callbacks/list-of-links/list-of-no-links-via-url.json",
"widgetType": "list-of-links",
"widgetTemplate": null,
"widgetConfig": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"fname": "sample-widget__list-of-one-redundant-link",
"lifecycleState": "PUBLISHED",
"target": null,
"widgetURL": "/staticFeeds/list-of-one-redundant-link-via-url.json",
"widgetURL":
"/staticFeeds/example-json-callbacks/list-of-links/list-of-one-redundant-link-via-url.json",
"widgetType": "list-of-links",
"widgetTemplate": null,
"widgetConfig": {
Expand Down