Having just tried to get the widget to render on a panels driven page, I noticed that preprocess_page was being used.

By using preprocess_html instead, the widget renders on any page type.

Patch to follow...

CommentFileSizeAuthor
#2 use_preprocess_html-2858117-2.patch426 byteskiwimind

Comments

kiwimind created an issue. See original summary.

kiwimind’s picture

Status: Active » Needs review
StatusFileSize
new426 bytes

Patch for above

alanhdev’s picture

Status: Needs review » Reviewed & tested by the community

I have tested the patch against the latest dev version and it applies with no issues.

Applying the patch allows the widget to render on a panels page so it looks good to go.

alanhdev’s picture

rachel_norfolk’s picture

Seems reasonable - I also notice https://www.drupal.org/node/2768187 is doing the same thing.

rachel_norfolk’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.