There is a typo in this twig file.

Line 1 should be - {# extends @bootstrap_barrio/layout/block.html.twig

Comments

DrupalRanger created an issue. See original summary.

ioana apetri’s picture

Status: Active » Needs review
StatusFileSize
new418 bytes

I added a patch, please review it.

krina.addweb’s picture

Status: Needs review » Reviewed & tested by the community
StatusFileSize
new106.06 KB
new84.39 KB

@yo30, Thanks for providing patch & for the correction. I checked it manually & really found it as a code mistake. Your patch works for me I attached the results for the same.

  • hatuhay committed fe242cf on 8.x-4.x authored by yo30
    Issue #2925706 by yo30, krina.addweb: Typo in block--local-actions-block...
mstef’s picture

Status: Reviewed & tested by the community » Needs work

Still having problems with this.

It currently is:

{% extends "@bootstrap_barrio/layout/block.html.twig" %}

And needs to be:

{% extends "@bootstrap_barrio/block/block.html.twig" %}

hatuhay’s picture

Status: Needs work » Closed (works as designed)
Related issues: +#2953954: Template "layout/block.html.twig" is not defined