Allow heading tags (h1-h6) in ContentSanitizer so news editor headings render
This commit is contained in:
12
app/Services/Enhance/EnhanceProcessor.php
Normal file
12
app/Services/Enhance/EnhanceProcessor.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace App\Services\Enhance;
|
||||
|
||||
use App\Models\EnhanceJob;
|
||||
|
||||
interface EnhanceProcessor
|
||||
{
|
||||
public function process(EnhanceJob $job): EnhanceProcessorResult;
|
||||
}
|
||||
Reference in New Issue
Block a user