Implements hook_preprocess_form_element__new_storage_type().
function paragraphs_preprocess_form_element__new_storage_type(&$variables) { $variables['#attached']['library'][] = 'paragraphs/paragraph-field-type-icon'; }