Problem/Motivation

The template included with this module overrides the one that comes with entity_embed module but does not display the url_attributes as that template does.

Steps to reproduce

Embed an image and link it to a URL to open in a new window. The _target attribute does not get output.

Proposed resolution

Include {{ url_attributes|default('') }} in the template.

Remaining tasks

I just need to make the patch so I can post it here.

User interface changes

none

API changes

none

Data model changes

none

Comments

BenStallings created an issue. See original summary.

benstallings’s picture

Status: Active » Needs review
StatusFileSize
new554 bytes

Here is the patch for review.

berramou’s picture

berramou’s picture

Status: Needs review » Closed (won't fix)