Skip to content
Snippets Groups Projects

Issue #3003610: Remove block.module dependency from Layout Builder

Closed Issue #3003610: Remove block.module dependency from Layout Builder
1 unresolved thread
Closed Tim Plunkett requested to merge issue/drupal-3003610:3003610-block into 11.x
1 unresolved thread
Files
9
@@ -12,7 +12,7 @@
*
* This loader adds module and theme template paths as namespaces to the Twig
* filesystem loader so that templates can be referenced by namespace, like
* @block/block.html.twig or @my_theme/page.html.twig.
* @system/block.html.twig or @my_theme/page.html.twig.
*/
class FilesystemLoader extends TwigFilesystemLoader {
Loading