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.

Feature: #EXTBLOG-35 - Set storage pids

See https://jira.typo3.com/browse/EXTBLOG-35

Description

Added possibility to set the storage pids for blog posts related plugins.

# This will set pids 1, 4 and 5 as storage pid for blog posts
# this will used for all plugins in the whole tree
plugin.tx_blog.settings.storagePid = 1,4,5

Impact

You can now set a storage pid where the blog posts are saved. This can be done by TypoScript or plugin setting.

Note

All plugins which list blog posts will first check if there are any TypoScript or plugin setting for the storage pid. If there are no storage pids set, it will scan the rootline of the page the plugin is on if there are any blog posts.