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
Namespace
Drupal\insert\UtilityCode
protected static $insert_fields = [
'description' => 'input[name$="[description]"]',
];