MediKathi
MediKathi
I had to change `{v:content.resources.fal(field: 'images', uid: record.uid)` to `{v:content.resources.fal(field: 'images')`
@Cyasi The only working workaround I found so far is: Renameing the `Partial` folder so something like `PartialExtension` and use this path of this Folder as PartialPath for the Extension....
'Fluidcontent' is not longer supported since some time. how are the content-elements are stored in the database? do they use the field tx_fed_fcefile (fluidcontent) with values like yourext:TwoColumns.html or do...
I also can cofirm this behavior, though at first ist was Typo3 bug: https://forge.typo3.org/issues/107179 Bug I was able to find the issue in Extractor (version 2.5.2). Typo3 Version: 13.4.15 Php:...
Found a workarround that worked for me * make a custom Mapping file in a extension: `yourExt/Configuration/Extensions/extractor/Services/Php/default.json` * add this path to the extractor `mapping_base_directory` in the `settings.php` of the...