Ga naar hoofdinhoud

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

NameTypeRequiredDefaultDescription
contentobject\{\}Persisted widget content {feedUrls, layout, itemLimit, showThumbnails, showSummary, summaryMaxChars, dateFormat, metadataFilter}.
placementobjectnullPlacement entity carrying the id used in the items request.
itemsEndpointunionnullConsumer-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.