Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3bee510

Browse files
committed
minor #11673 Update mailer.rst (andyexeter)
This PR was merged into the 4.3 branch. Discussion ---------- Update mailer.rst When defining twig paths the path must be the key and the namespace must be the value as per https://symfony.com/doc/current/templating/namespaced_paths.html#registering-your-own-namespaces The current documentation throws an error that the 'css' directory does not exist. Commits ------- 963e6f8 Update mailer.rst
2 parents 1f3870c + 963e6f8 commit 3bee510

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mailer.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ called ``css`` that points to the directory where ``email.css`` lives:
453453
454454
paths:
455455
# point this wherever your css files live
456-
css: '%kernel.project_dir%/assets/css'
456+
'%kernel.project_dir%/assets/css': css
457457
458458
.. _mailer-markdown:
459459

0 commit comments

Comments
 (0)