Loading CHANGELOG.txt +1 −0 Original line number Diff line number Diff line Metatag 8.x-1.x-dev, 2022-xx-xx ------------------------------- #3268439 by Dave Reid: Follow-up to fix the scroll height feature. Metatag 8.x-1.20, 2022-07-12 Loading src/Plugin/Field/FieldWidget/MetatagFirehose.php +1 −1 Original line number Diff line number Diff line Loading @@ -202,7 +202,7 @@ class MetatagFirehose extends WidgetBase implements ContainerFactoryPluginInterf // Scroll height configuration. $scroll_height = $settings->get('tag_scroll_max_height'); if (!empty($scrollheight)) { if (!empty($scroll_height)) { $form['#attached']['drupalSettings']['metatag']['max_height'] = $scroll_height; $form['#attached']['library'][] = 'metatag/firehose_widget'; $element['#attributes']['class'][] = 'metatags'; Loading Loading
CHANGELOG.txt +1 −0 Original line number Diff line number Diff line Metatag 8.x-1.x-dev, 2022-xx-xx ------------------------------- #3268439 by Dave Reid: Follow-up to fix the scroll height feature. Metatag 8.x-1.20, 2022-07-12 Loading
src/Plugin/Field/FieldWidget/MetatagFirehose.php +1 −1 Original line number Diff line number Diff line Loading @@ -202,7 +202,7 @@ class MetatagFirehose extends WidgetBase implements ContainerFactoryPluginInterf // Scroll height configuration. $scroll_height = $settings->get('tag_scroll_max_height'); if (!empty($scrollheight)) { if (!empty($scroll_height)) { $form['#attached']['drupalSettings']['metatag']['max_height'] = $scroll_height; $form['#attached']['library'][] = 'metatag/firehose_widget'; $element['#attributes']['class'][] = 'metatags'; Loading