Update config/bundles.php and add:
Mugo\ScriptsBundle\MugoScriptsBundle::class => ['all' => true],
Clear caches.
- Remove items from the trash that were moved before
php bin/console mugo:trash-purge --trashed-days=<days> --iteration-limit=<limit> --iteration-sleep=<seconds>
- Remove archived version older than
php bin/console mugo:archive-purge --archived-days=<days> --limit=<limit> --classes-to-exclude=<content_type_1,content_type_2...>