Magnolia 5.3 reached end of life on June 30, 2017. This branch is no longer supported, see End-of-life policy.
See Feeds for more information about using the app.
The Feeds app allows you to configure RSS aggregators for use in components on pages. You can access the app in Setup > Feeds.
The RSS Aggregator app is installed by the RSS Aggregator module. The app is based on the content app framework and is a good example of extending the framework. The configuration of the browser
and detail
subapps are typical of any content app. The config
supapp uses a custom subapp class, RSSAggregatorConfigurationSubApp
. The app is configured at Configuration > /modules/rssaggregator/apps/rssAggregator
.
Node name | Value |
---|---|
modules | |
rssaggregator | |
apps | |
rssAggregator | |
subapps | |
browser | |
detail | |
config | |
formDefinitions | |
class | info.magnolia.module.rssaggregator.app.subapps.aggregationconfig.RSSAggregatorSimpleConfigSubAppDescriptor |
closable | false |
subAppClass | info.magnolia.module.rssaggregator.app.subapps.aggregationconfig.RSSAggregatorSimpleConfigSubApp |
appClass | info.magnolia.module.rssaggregator.app.RSSAggregatorApp |
class | info.magnolia.ui.contentapp.ConfiguredContentAppDescriptor |
icon | icon-rssfeed |
name | rssAggregator |
The Feeds app operates on the rss
workspace that stores the feeds and related content.
The Feeds app registers the mgnl:rssAggregator
custom node type. The app operates on nodes of this type and on mgnl:folder
nodes.