- Issue created by @socalerich
- πΊπΈUnited States socalerich
So, I just figured it out. I have the TWIG Tweak module installed and was able to do this:
{{ drupal_block(node.field_sidebar_block.plugin_id) }} where "field_sidebar_block" is the name of my field on my node. Maybe this could help someone else.
THANKS