sortarad/extraextra

The hottest news right in your Statamic dashboard.

Installs: 2 838

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/sortarad/extraextra

1.0.1 2020-12-01 20:14 UTC

This package is auto-updated.

Last update: 2025-10-08 07:00:51 UTC


README

extraextra

Installation

Install via the Control Panel or via composer

composer require sortarad/rss

Enable Widget

Add widget to control panel configuration config/statamic/cp.php file.

e.g:

[
	'type' => 'extra_extra',
	'width' => 50,
	'url' => 'https://statamic.com/blog.rss',
	'limit' => 5,
]