You are here

protected static property InsertFileWidgetUtility::$insert_fields in Insert 8

Input fields that are to be mapped to placeholders when processing the Insert action in JavaScript.

Type: array

File

src/Utility/InsertFileWidgetUtility.php, line 21

Class

InsertFileWidgetUtility

Namespace

Drupal\insert\Utility

Code

protected static $insert_fields = [
  'description' => 'input[name$="[description]"]',
];