Configuration 

Site Sets 

New in version TYPO3 v13.4.15 / news v13.0

Using Site Sets is the new way how to configure your site and extensions. Read more about it in the TYPO3 documentation at Site sets.

Follow Configuration with Site-Sets how to use EXT:news in combination with Site Sets.

TypoScript Records 

The extension ships some TypoScript code which needs to be included.

  1. Switch to the root page of your site.
  2. Switch to Template > Info/Modify.
  3. Press the link Edit the whole template record and switch to the tab Includes.
  4. Select News (news) at the field Include static (from extensions):

  5. Include the static template of EXT:fluid_styled_content or provide the following TypoScript yourself:

    plugin.tx_news.settings.detail.media.image.lightbox {
       enabled = 0
       class = lightbox
       width = 800m
       height = 600m
    }
    Copied!
  6. Optional: If your templates are based on Twitter Bootstrap, add the TWB styles as well to get optimized templates.