function paragraphs_preprocess_form_element__new_storage_type

Implements hook_preprocess_form_element__new_storage_type().

File

paragraphs/paragraphs.module, line 224
Contains paragraphs.module

Code

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