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.

Known problems

If you have an issue, require support or want to contribute in any other way, please use GitHub.

Duplicated open graph properties with extension bootstrap_package

Try to add this TypoScript to your setup:

// remove default properties by EXT:bootstrap_package^
[globalVar = GP:tx_ttnews|tt_news > 0]
    page.meta {
        og:title >
        og:site_name >
        og:description >
        og:image >
    }
[global]