---
title: "Customize"
manual: "Apache Solr for TYPO3"
version: "12.1"
source: "Frontend/Customize.rst"
modified: "2026-09-16T15:14:12+00:00"
---

# Customize

## Use custom Fluid Templates

After these steps solrfluid is usable and using the default Templates, Layouts and Partials. If you want to overwrite them, you can change the TypoScript configuration:

```typoscript
plugin.tx_solr {
    view {
        layoutRootPaths.10 = EXT:yourpath/Layouts/
        partialRootPaths.10 = EXT:yourpath/Partials/
        templateRootPaths.10 = EXT:yourpath/Templates/
    }
}
```

Now you can copy the default partials from the extension to you project path and adapt them to your needs.
