File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -406,7 +406,7 @@ it with:
406
406
407
407
.. code-block :: terminal
408
408
409
- $ composer require twig/cssinliner-extension
409
+ $ composer require twig/cssinliner-extra
410
410
411
411
The extension is enabled automatically. To use this, wrap the entire template
412
412
with the ``inline_css `` filter:
@@ -508,14 +508,14 @@ the extension in your application:
508
508
509
509
.. code-block :: terminal
510
510
511
- $ composer require twig/inky-extension
511
+ $ composer require twig/inky-extra
512
512
513
- The extension adds an ``inky `` filter, which can be used to convert parts or the
514
- entire email contents from Inky to HTML:
513
+ The extension adds an ``inky_to_html `` filter, which can be used to convert
514
+ parts or the entire email contents from Inky to HTML:
515
515
516
516
.. code-block :: html+twig
517
517
518
- {% apply inky %}
518
+ {% apply inky_to_html %}
519
519
<container>
520
520
<row class="header">
521
521
<columns>
@@ -532,7 +532,7 @@ You can combine all filters to create complex email messages:
532
532
533
533
.. code-block :: twig
534
534
535
- {% apply inky |inline_css(source('@css/foundation-emails.css')) %}
535
+ {% apply inky_to_html |inline_css(source('@css/foundation-emails.css')) %}
536
536
{# ... #}
537
537
{% endapply %}
538
538
You can’t perform that action at this time.
0 commit comments