Guest User

Untitled

a guest
Feb 18th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. if(isset($form['field_lab_embed'])){
  2. $form['field_link_embed']['widget']['format'] = [
  3. '#type' => 'select',
  4. '#required' => TRUE,
  5. '#title' => $this->t("Link format"),
  6. '#options' => [
  7. 'open' => $this->t("option1"),
  8. 'html' => $this->t("option2"),
  9. ]
  10. ];
Add Comment
Please, Sign In to add comment