You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

See Feeds for more information about using the app.

The Feeds app allows you to set up feeds for use in components on pages. 

Configuration

The Feeds app is displayed as the RSS Aggregator app in Magnolia.

The Feeds 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 subapp uses a custom subapp class, RSSAggregatorConfigurationSubApp. The app is configured in /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

Workspace

The Feeds app operates on the rss workspace that stores the feeds and related content.

Node types

The Feeds app registers the mgnl:rssAggregator custom node type. The app operates on nodes of this type and on mgnl:folder nodes.

#trackbackRdf ($trackbackUtils.getContentIdentifier($page) $page.title $trackbackUtils.getPingUrl($page))
  • No labels