Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

volto-rss-block

Package Overview
Dependencies
Maintainers
4
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

volto-rss-block

Volto block that shows an RSS feed

  • 3.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
99
decreased by-17.5%
Maintainers
4
Weekly downloads
 
Created
Source

Volto RSS Block

RSS block for Volto.

From version 2.1.0 you can aggregate more than one RSS feed.

To be used with mrs-developer, see Volto docs for further usage informations.

This block needs a specific service to be installed on your Plone backend. See redturtle.rssservice.

Usage

If you're using Volto < 12, then use v1.2.0.

If you're using Volto < 16, then use v2.3.2.

If you're usign volto-rss-block > 2.0.0., the use redturtle.rssservice >= 0.1.1

Load this addon (see https://docs.voltocms.com/addons/#configuring-a-volto-project-to-use-an-addon).

You can add custom templates like this:

// src/config.js

import { rssBlock as customRssBlock } from 'volto-rss-block';

const rssBlock = {
  ...customRssBlock,
  templates: {
    ...customRssBlock.templates,
    card_without_image: {
      label: 'Card template with images',
      template: CardWithImageRssTemplate,
    },
    card_with_image: {
      label: 'Card template without images',
      template: CardWithoutImageRssTemplate,
    },
  },
};

FAQs

Package last updated on 30 Oct 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc