Skip to content

Commit

Permalink
fix phpcs
Browse files Browse the repository at this point in the history
  • Loading branch information
herbdool committed Jun 4, 2024
1 parent e6bb370 commit a3f83d4
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions paragraphs.field_widget.inc
Original file line number Diff line number Diff line change
Expand Up @@ -509,15 +509,15 @@ function paragraphs_field_widget_form_build(array &$form, array &$form_state, ar
),
);
$element['paragraph_bundle_header']['inner_actions']['more'] = array(
'#type' => 'details',
'#summary' => '...',
'child' => array(),
'#attributes' => array(
'class' => array('paragraphs-actions-more'),
'aria-label' => t('More actions'),
),
'#weight' => 1003,
);
'#type' => 'details',
'#summary' => '...',
'child' => array(),
'#attributes' => array(
'class' => array('paragraphs-actions-more'),
'aria-label' => t('More actions'),
),
'#weight' => 1003,
);

if (!$deleted_paragraph) {

Expand Down

0 comments on commit a3f83d4

Please sign in to comment.