---
title: "Feature: #78347 - Add StdWrap properties to FilesProcessor"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:feature-78347"
source: "Changelog/10.3/Feature-78347-AddStdWrapPropertiesToFilesProcessor.rst"
modified: "2026-09-14T09:47:36+00:00"
---

# Feature: #78347 - Add StdWrap properties to FilesProcessor

See [forge#78347](https://forge.typo3.org/issues/78347)

## Description

StdWrap properties have been added to FLUIDTEMPLATEs FilesProcessor the same way as in FilesContentObject.
That way you can implement slide-functionality on rootline for file resources.

### TypoScript dataProcessing example with FilesProcessor

```typoscript
page.10 = FLUIDTEMPLATE
page.10.dataProcessing {
  10 = TYPO3\CMS\Frontend\DataProcessing\FilesProcessor
  10 {
   references.data = levelmedia: -1, slide
   as = myfiles
}
```

## Impact

The FilesProcessor can slide up and down the rootline to collect images for FLUID templates.
One usual feature is to use images attached to pages and use them up and down the page tree
for header images in frontend.
