03 TypoScript

Include your Fluid partials by TypoScript in the constant field.

Code snippet from below must be placed below the static templates from the xblog!

plugin.tx_xblog_pi1 {
  view {
    1stPlugin {
      partialRootPath   = EXT:my_ext/Resources/Private/View/xblog/1stPlugin/Partials/
    }
    partialRootPath   = EXT:my_ext/Resources/Private/View/xblog/2ndContent/Partials/
  }
}