CnNewsWidget
RSS/Atom news aggregator widget; items fetched via the consumer-supplied itemsEndpoint.
Part of the dashboard widget library (v2). Registered with the dashboard widget registry and consumed by MyDash/LaunchPad's widget grid. See the widget library overview and docs/architecture/cards-and-widgets.md.
Reference
Props
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
content | object | \{\} | Persisted widget content {feedUrls, layout, itemLimit, showThumbnails, showSummary, summaryMaxChars, dateFormat, metadataFilter}. | |
placement | object | null | Placement entity carrying the id used in the items request. | |
itemsEndpoint | union | null | Consumer-supplied items source: either a fully-formed URL string or a builder (placementId, { limit }) => string. When null the widget renders the empty state without making a request. |