DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

Article List

The list action displays a list of defined records. One list mode is available.

If a plugin is configured to show this implementation of the list action is important to use:

selectMode

For the list action you can insert the storage pid from plugin or from typoscript.

storagePid

Also if you take a look at the option tab you are able to choose from different options:

Options Tab

Contains the following options:

  • Detail Page : is used as target for the detail view

detailPage

  • Sort by : define the sorting of displayed article records

sortBy

  • Sort direction : define the sorting direction which can either be "asc" for ascending or "desc" descending. This can be either asc or desc

sortDirection

  • Category selection : define the article categories which are taken into account when getting the correct article records

categorySelection

  • Category mode : defines who selected categories are checked. 5 options are available

    1. Don't care, show all : there is no restriction based on categories, even if categories are defined
    2. Show items with selected categories (OR) : all article records which belong to at least one of the selected categories are shown
    3. Show items with selected categories (AND) : all article records which belong to all selected categories are shown
    4. Do NOT show items with selected categories (OR) : all article records which don't belong to any of the selected categories are shown
    5. Do NOT show items with selected categories (AND) : all article records which don't belong to all selected categories are shown

categoryMode

  • Hide pagination : if defined, the pagination is not shown

hidePagination

  • Number of items per page : define the amount of article items shown per page in the pagination

numberOfItemsPerPage