From dd1bc4ed2992ba3de6b302e238770cd26026ed95 Mon Sep 17 00:00:00 2001 From: Tobias Berge Date: Fri, 4 Oct 2024 15:18:30 +0200 Subject: [PATCH] Change component usage inside inheritance example --- src/TwigComponent/doc/index.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/src/TwigComponent/doc/index.rst b/src/TwigComponent/doc/index.rst index ac0bf998dc6..b110ee0c03f 100644 --- a/src/TwigComponent/doc/index.rst +++ b/src/TwigComponent/doc/index.rst @@ -872,7 +872,6 @@ that's passed to it via the ``outerBlocks`` variable and forward it into ``Alert {# templates/components/SuccessAlert.html.twig #} - {% component Alert with {type: 'success'} %} {{ block(outerBlocks.content) }}