We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c450ba commit c2cc745Copy full SHA for c2cc745
src/Twig/DummyExtension.php
@@ -86,6 +86,7 @@ public function getFilters()
86
new TwigFilter('inline_css'),
87
new TwigFilter('markdown_to_html'),
88
new TwigFilter('inky_to_html'),
89
+ new TwigFilter('serialize'),
90
];
91
}
92
0 commit comments