When editing Metatag settings, e.g. admin/config/search/metatags/config/node, the token browser link is now shown in the initial meta tag list, only in the fieldsets.

CommentFileSizeAuthor
#1 metatag-n2274921-1.patch603 bytesdamienmckenna

Comments

damienmckenna’s picture

Status: Active » Needs review
StatusFileSize
new603 bytes

This happens because in metatag_config_edit_form() the $form['metatags'] field element is changed from a 'fieldset' to a 'container', which does not support the '#description' attribute that was being used to insert the token browser. This renames the '#description' to '#prefix'.

damienmckenna’s picture

Status: Needs review » Fixed

Committed.

  • Commit 3e738f6 on 7.x-1.x by DamienMcKenna:
    Issue #2274921 by DamienMcKenna: Token browser link missing on settings...

Status: Fixed » Closed (fixed)

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