You are here

function paragraphs_table_field_widget_paragraphs_table_form_alter in Paragraphs table 7

Implements hook_field_widget_WIDGET_TYPE_form_alter().

File

./paragraphs_table.module, line 515
Module file for Paragraph table module.

Code

function paragraphs_table_field_widget_paragraphs_table_form_alter(&$element, &$form_state, $context) {
  $element['#theme'] = 'paragraphs_table_multiple_value_fields';
}