79757999

Date: 2025-09-07 08:03:11
Score: 0.5
Natty:
Report link

You can just add this option in your form field, without changing the template:

use Twig\Markup;
// ...
TextEditorField::new('contenu', 'Descriptif')
    ->formatValue(fn (string $value) => new Markup($value, 'UTF-8'))
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Dujardin Emmanuel