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.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | metatag-n2274921-1.patch | 603 bytes | damienmckenna |
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.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | metatag-n2274921-1.patch | 603 bytes | damienmckenna |
Comments
Comment #1
damienmckennaThis 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'.
Comment #2
damienmckennaCommitted.