Skip to content

Commit 351d782

Browse files
committed
Merge branch '4.4'
* 4.4: [Mailer] Update documentation to reflect up-to-date package names
2 parents f952d0f + 27de64b commit 351d782

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

mailer.rst

+6-6
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ it with:
404404

405405
.. code-block:: terminal
406406
407-
$ composer require twig/cssinliner-extension
407+
$ composer require twig/cssinliner-extra
408408
409409
The extension is enabled automatically. To use this, wrap the entire template
410410
with the ``inline_css`` filter:
@@ -506,14 +506,14 @@ the extension in your application:
506506

507507
.. code-block:: terminal
508508
509-
$ composer require twig/inky-extension
509+
$ composer require twig/inky-extra
510510
511-
The extension adds an ``inky`` filter, which can be used to convert parts or the
512-
entire email contents from Inky to HTML:
511+
The extension adds an ``inky_to_html`` filter, which can be used to convert
512+
parts or the entire email contents from Inky to HTML:
513513

514514
.. code-block:: html+twig
515515

516-
{% apply inky %}
516+
{% apply inky_to_html %}
517517
<container>
518518
<row class="header">
519519
<columns>
@@ -530,7 +530,7 @@ You can combine all filters to create complex email messages:
530530

531531
.. code-block:: twig
532532
533-
{% apply inky|inline_css(source('@css/foundation-emails.css')) %}
533+
{% apply inky_to_html|inline_css(source('@css/foundation-emails.css')) %}
534534
{# ... #}
535535
{% endapply %}
536536

0 commit comments

Comments
 (0)