File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -404,7 +404,7 @@ it with:
404
404
405
405
.. code-block :: terminal
406
406
407
- $ composer require twig/cssinliner-extension
407
+ $ composer require twig/cssinliner-extra
408
408
409
409
The extension is enabled automatically. To use this, wrap the entire template
410
410
with the ``inline_css `` filter:
@@ -506,14 +506,14 @@ the extension in your application:
506
506
507
507
.. code-block :: terminal
508
508
509
- $ composer require twig/inky-extension
509
+ $ composer require twig/inky-extra
510
510
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:
513
513
514
514
.. code-block :: html+twig
515
515
516
- {% apply inky %}
516
+ {% apply inky_to_html %}
517
517
<container>
518
518
<row class="header">
519
519
<columns>
@@ -530,7 +530,7 @@ You can combine all filters to create complex email messages:
530
530
531
531
.. code-block :: twig
532
532
533
- {% apply inky |inline_css(source('@css/foundation-emails.css')) %}
533
+ {% apply inky_to_html |inline_css(source('@css/foundation-emails.css')) %}
534
534
{# ... #}
535
535
{% endapply %}
536
536
You can’t perform that action at this time.
0 commit comments