sortarad/extraextra

The hottest news right in your Statamic dashboard.

1.0.1 2020-12-01 20:14 UTC

This package is auto-updated.

Last update: 2025-04-08 05:56:16 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,
]