Allow heading tags (h1-h6) in ContentSanitizer so news editor headings render
This commit is contained in:
@@ -45,6 +45,11 @@ Schedule::command('skinbase:reset-windowed-stats --period=7d')
|
||||
|
||||
// Daily maintenance
|
||||
Schedule::command('uploads:cleanup')->dailyAt('03:00');
|
||||
Schedule::command('enhance:cleanup --force')
|
||||
->dailyAt('03:30')
|
||||
->name('enhance-cleanup')
|
||||
->withoutOverlapping()
|
||||
->runInBackground();
|
||||
Schedule::command('analytics:aggregate-similar-artworks')->dailyAt('03:10');
|
||||
Schedule::command('analytics:aggregate-feed')->dailyAt('03:20');
|
||||
Schedule::command('analytics:aggregate-discovery-feedback')->dailyAt('03:25');
|
||||
|
||||
Reference in New Issue
Block a user