yeti_theme-8.x-1.x-dev/scripts/components/tooltip.js
scripts/components/tooltip.js
// noConfilct mode.
(function ($, Drupal) {
// Create a new Drupal Behavior to attach on the document.ready().
Drupal.behaviors.yeti_tooltip = {
attach: (context, settings) => {
$('.form-item').foundation();
}
}
})(jQuery, Drupal);