Advertisement
Guest User

Untitled

a guest
Aug 30th, 2016
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. /**
  2. * Implements hook_form_FORM_ID_alter().
  3. */
  4. function mm_form_node_foo_form_alter(&$form, DrupalCoreFormFormStateInterface $form_state, $form_id)
  5. {
  6. $form['#attached']['library'][] = 'google/maps';
  7. }
  8.  
  9. google.maps:
  10. js:
  11. https://maps.googleapis.com/maps/api/js?key=API_KEY&libraries=places&callback=initMap: {type: external, attributes: { defer: true, async: true, data-test: map-link } } }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement