Loading src/Plugin/Field/FieldWidget/ParagraphsWidget.php +1 −0 Original line number Diff line number Diff line Loading @@ -1597,6 +1597,7 @@ class ParagraphsWidget extends WidgetBase { // Even though operations are run through the "links" element type, the // theme system will render any render array passed as a link "title". '#links' => $operations, '#dropbutton_type' => 'small', ]; return $build + $elements; Loading Loading
src/Plugin/Field/FieldWidget/ParagraphsWidget.php +1 −0 Original line number Diff line number Diff line Loading @@ -1597,6 +1597,7 @@ class ParagraphsWidget extends WidgetBase { // Even though operations are run through the "links" element type, the // theme system will render any render array passed as a link "title". '#links' => $operations, '#dropbutton_type' => 'small', ]; return $build + $elements; Loading