Plugin
The news plugin is used to output a defined list of records.
It can be added to create a content element with the type Plugin and by selecting the plugin type News system.
The available actions are:
List
The list action displays a list of defined records. The filters can be defined either in the plugin or by using TypoScript and are described here.
2 different list modes are available.
News article list (incl. detail view)
CType: news_
If a plugin is configured to show this implementation of the list action, it will change its behaviour if the URL contains a link to a detail action! If this is fulfilled, the detail action will be shown instead of the list action.
News article list
CType: news_
The described behaviour of the first implementation might not be desired all the time. A typical example is to show a list view in the sidebar of a detail view page. If the above action would be used, the detail view would be shown in the sidebar too.
News article list (curated)
CType: news_
Show a specific list of articles.
News article detail view
CType: news_
There are 2 typical use cases for this action:
- Use this action to show a full news record which is linked by a list view.
- Provide a specific news record to output that one. This is very useful to embed a news record e.g. in a newsletter.
News Search form
CType: news_
Use this action to show a basic search inside news records.
News Search result
CType: news_
The search result action is based on the list action including an additional filter provided by the search form.
News Tag list
CType: news_
Use this action to show a list of tags.
If you define a specific page id in field PageId for list display (inside the tab "Additional") and placing a news plugin with the type List there, it is possible to create a tag filter.
Tip
To keep the tags available after selecting one, the checkbox "Disable override demand" must be active in the tag plugin.