TYPO3 v12: Set FAL file description property

raw

code.php

1
2
3
4
5
6
<?php
 
$meta = $file->getMetaData();
$meta['description'] = 'Source: ' . $newImageUrl;
$meta->save();
 
Christian Weiske Christian Weiske
owner

History