constant INSERT_DEFAULT_CONFIG in Insert 7
File
- ./
insert.module, line 14 - Allows insertion of files, images, and other media directly into the body field by using an "Insert" button next to the uploaded file.
Code
define("INSERT_DEFAULT_CONFIG", serialize(array(
'insert_file_extensions_image' => array(
'png',
'jpg',
'jpeg',
'gif',
),
'insert_file_extensions_audio' => array(),
'insert_file_extensions_video' => array(),
)));