Skip to content

Commit 2c3b8ab

Browse files
committed
minor #20717 Add missing default value in the Twig reference (stof)
This PR was merged into the 6.4 branch. Discussion ---------- Add missing default value in the Twig reference This also fixes the rendering, because empty literals are not valid in rST so this was displaying 4 backticks: ![image](https://github.com/user-attachments/assets/47ea8b1a-823e-4426-aa74-cc3430c44ebd) Commits ------- c35fb93 Add missing default value in the Twig reference
2 parents 548b0cd + c35fb93 commit 2c3b8ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/configuration/twig.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ mailer
315315
html_to_text_converter
316316
......................
317317

318-
**type**: ``string`` **default**: ````
318+
**type**: ``string`` **default**: ``null``
319319

320320
.. versionadded:: 6.2
321321

0 commit comments

Comments
 (0)