Advertisement
Guest User

Untitled

a guest
Feb 25th, 2017
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. $form['items'][$i]['weight'] = [
  2. '#type' => 'weight',
  3. '#title_display' => 'invisible',
  4. '#default_value' => $i,
  5. '#attributes' => [
  6. 'class' =>[
  7. 'items-order-weight'
  8. ]
  9. ]
  10. ];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement