🇺🇦

This module is maintained by Ukrainian developers.
Please consider supporting Ukraine in a fight for their freedom and safety of Europe.

Module for automatically cleaning entity files that are no longer in use.
Files are cleaned by cron. To configure, you need to add lines to the file settings.php.

$config['clean_files_entity'] = [
  'folders' => [
    'public://node_images/',
  ],
  'max' => 100
];

Project information

Releases